Browse Source

Fixed some Doxygen parsing errors

tags/2021-05-28
Tom Poole 6 years ago
parent
commit
4094bcc45a
3 changed files with 4 additions and 1 deletions
  1. +2
    -1
      doxygen/Doxyfile
  2. +1
    -0
      modules/juce_core/files/juce_File.h
  3. +1
    -0
      modules/juce_core/files/juce_FileOutputStream.h

+ 2
- 1
doxygen/Doxyfile 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}" \


+ 1
- 0
modules/juce_core/files/juce_File.h 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


+ 1
- 0
modules/juce_core/files/juce_FileOutputStream.h View File

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


Loading…
Cancel
Save