mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +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
|
# "Side Effects:". You can put \n's in the value part of an alias to insert
|
||||||
# newlines.
|
# newlines.
|
||||||
|
|
||||||
ALIASES = "topictag{1}=\1" \
|
ALIASES = "tags{1}=" \
|
||||||
|
"topictag{1}=\1" \
|
||||||
"box{1}=<dl class=\"section attention\"><dt>\1</dt><dd>" \
|
"box{1}=<dl class=\"section attention\"><dt>\1</dt><dd>" \
|
||||||
"endbox=</dd></dl>" \
|
"endbox=</dd></dl>" \
|
||||||
"c_void=@s_code{void}" \
|
"c_void=@s_code{void}" \
|
||||||
|
|
|
||||||
|
|
@ -648,6 +648,7 @@ public:
|
||||||
output.setPosition (0);
|
output.setPosition (0);
|
||||||
output.truncate();
|
output.truncate();
|
||||||
...
|
...
|
||||||
|
}
|
||||||
@endcode
|
@endcode
|
||||||
|
|
||||||
@returns a stream that will write to this file (initially positioned at the
|
@returns a stream that will write to this file (initially positioned at the
|
||||||
|
|
|
||||||
|
|
@ -53,6 +53,7 @@ public:
|
||||||
stream.setPosition (0);
|
stream.setPosition (0);
|
||||||
stream.truncate();
|
stream.truncate();
|
||||||
...
|
...
|
||||||
|
}
|
||||||
@endcode
|
@endcode
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue