1
0
Fork 0
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:
Tom Poole 2018-10-25 10:18:20 +01:00
parent a58b3ff38b
commit 4094bcc45a
3 changed files with 4 additions and 1 deletions

View file

@ -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}" \

View file

@ -648,6 +648,7 @@ public:
output.setPosition (0);
output.truncate();
...
}
@endcode
@returns a stream that will write to this file (initially positioned at the

View file

@ -53,6 +53,7 @@ public:
stream.setPosition (0);
stream.truncate();
...
}
@endcode