Hello,

I searching for a way, to make the Documenation available for
more as one Language.

I have add following lines to the Doxygen config file:
OUTPUT_LANGUAGE      = German
ENABLED_SECTIONS     = YES
ENABLE_PREPROCESSING = YES
PREDEFINED           = "DOXYGEN_COMMENT" "EnglishDox" "DeutschDox"

In a test.cc file, I use:

//! comment
#ifdef EnglishDOX
Output
#endif
#ifdef DeutschDox
Ausgabe
#endif

But the Doxygen run bring me the Sekeleton in German, but the Text
in Dokumentation Block is always in English.
Do I miss something - or is the use of Options wrong ?

Thanks for reading.


--
Diese E-Mail wurde von Avast-Antivirussoftware auf Viren geprüft.
www.avast.com


_______________________________________________
Doxygen-users mailing list
Doxygen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/doxygen-users

Reply via email to