Hi,
I'm very new with doxygen and I'm trying to build a multilingual
documentation,
I used the \if command to seperate the languages. It all works fine only the
@brief tag does not behave like I thought it should. I tried the following:
/**
* \if eng
* @brief Function for handling UDP errors.
* \endif
*
* \if ger
* @brief Funktion zur Behandlung von UDP-Fehlern.
* \endif
*/
but doxygen always puts both @brief tags into the doc no matter whether I
set ENABLED_SECTIONS to eng or ger.
What am I doing wrong?
Tobias Zimmer
Tob...@cw...
|