[Doxygen-users] brief command in conditional parts of the documentation
Brought to you by:
dimitri
From: Tobias Z. <Tob...@cw...> - 2001-06-20 05:42:06
|
Hi, did anyone ever try to use the "brief"-command in or with conditional commands "if" and "endif"? I tried the following: /** * \if eng * @brief Function for handling UDP errors. * * \endif * * \if ger * @brief Funktion zur Behandlung von UDP-Fehlern. * * \endif */ int UDP_err(int err_code); but doxygen always puts both @brief discriptions into the documentation no matter whether I set ENABLED_SECTIONS to eng (x)or ger. I'd really like to use the "brief"-command cause the project I'm trying to document is quite complex. Did anyone here build multilingual dokumentation using brief discription? Or does anyone know how to this problem? Thanks, Tobias --- Tobias Zimmer Tob...@cw... |