Browse Source

Docs: Update Doxygen configuration

v7.0.9
Tom Poole 2 years ago
parent
commit
e49fb38d44
2 changed files with 521 additions and 240 deletions
  1. +519
    -238
      docs/doxygen/Doxyfile
  2. +2
    -2
      modules/juce_core/text/juce_LocalisedStrings.h

+ 519
- 238
docs/doxygen/Doxyfile
File diff suppressed because it is too large
View File


+ 2
- 2
modules/juce_core/text/juce_LocalisedStrings.h View File

@@ -50,14 +50,14 @@ namespace juce
"goodbye" = "au revoir"
@endcode
If the strings need to contain a quote character, they can use `\"` instead, and
If the strings need to contain a quote character, they can use \" instead, and
if the first non-whitespace character on a line isn't a quote, then it's ignored,
(you can use this to add comments).
Note that this is a singleton class, so don't create or destroy the object directly.
There's also a TRANS(text) macro defined to make it easy to use the this.
E.g. @code
@code
printSomething (TRANS("hello"));
@endcode


Loading…
Cancel
Save