mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-09 23:34:20 +00:00
Fixed some Doxygen parsing errors
This commit is contained in:
parent
a58b3ff38b
commit
4094bcc45a
3 changed files with 4 additions and 1 deletions
|
|
@ -228,7 +228,8 @@ TAB_SIZE = 4
|
|||
# "Side Effects:". You can put \n's in the value part of an alias to insert
|
||||
# newlines.
|
||||
|
||||
ALIASES = "topictag{1}=\1" \
|
||||
ALIASES = "tags{1}=" \
|
||||
"topictag{1}=\1" \
|
||||
"box{1}=<dl class=\"section attention\"><dt>\1</dt><dd>" \
|
||||
"endbox=</dd></dl>" \
|
||||
"c_void=@s_code{void}" \
|
||||
|
|
|
|||
|
|
@ -648,6 +648,7 @@ public:
|
|||
output.setPosition (0);
|
||||
output.truncate();
|
||||
...
|
||||
}
|
||||
@endcode
|
||||
|
||||
@returns a stream that will write to this file (initially positioned at the
|
||||
|
|
|
|||
|
|
@ -53,6 +53,7 @@ public:
|
|||
stream.setPosition (0);
|
||||
stream.truncate();
|
||||
...
|
||||
}
|
||||
@endcode
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue