Skip to content

Commit

Permalink
[core] Add docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Nov 10, 2024
1 parent c9236d9 commit 9a2e72a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ BreakBeforeBraces: Allman
BreakBeforeTernaryOperators: true
BreakConstructorInitializersBeforeComma: true
ColumnLimit: 89
CommentPragmas: '^ IWYU pragma:'
ConstructorInitializerIndentWidth: 4
ContinuationIndentWidth: 4
Cpp11BracedListStyle: true
Expand Down
1 change: 1 addition & 0 deletions Synthimi/SynthimiModel.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ class Synthimi
halp_meta(
description,
"A basic synthesizer. Modeled after the meows of the developer's cat, Shashimi.")
halp_meta(manual_url, "https://ossia.io/score-docs/processes/synthimi.html")
halp_meta(c_name, "synthimi")
halp_meta(uuid, "d4008ff6-73b9-4575-80a4-60e3da095db7")

Expand Down

0 comments on commit 9a2e72a

Please sign in to comment.