[Doxygen-users] localization of documentation does not work for me
Brought to you by:
dimitri
From: Jens K. <pau...@gm...> - 2023-02-24 23:37:27
|
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 |