The official way to support multiple languages, which I’ve used successfully in
the past, is to mark the comment language with \~[LanguageId], e.g.
/** comment
\~English
\brief English brief description
A longer description
\~German
\brief Deutsche kurzbeschreibung
Eine längere Beschreibung
*/
a
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"