Re: [Doxygen-users] localization of documentation does not work for me

2023-02-24 Thread Mark
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

[Doxygen-users] localization of documentation does not work for me

2023-02-24 Thread Jens Kallup
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"