Skip to content

Commit 9a2e72a

Browse files
committed
[core] Add docs
1 parent c9236d9 commit 9a2e72a

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.clang-format

-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ BreakBeforeBraces: Allman
4242
BreakBeforeTernaryOperators: true
4343
BreakConstructorInitializersBeforeComma: true
4444
ColumnLimit: 89
45-
CommentPragmas: '^ IWYU pragma:'
4645
ConstructorInitializerIndentWidth: 4
4746
ContinuationIndentWidth: 4
4847
Cpp11BracedListStyle: true

Synthimi/SynthimiModel.hpp

+1
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ class Synthimi
171171
halp_meta(
172172
description,
173173
"A basic synthesizer. Modeled after the meows of the developer's cat, Shashimi.")
174+
halp_meta(manual_url, "https://ossia.io/score-docs/processes/synthimi.html")
174175
halp_meta(c_name, "synthimi")
175176
halp_meta(uuid, "d4008ff6-73b9-4575-80a4-60e3da095db7")
176177

0 commit comments

Comments
 (0)