Perhaps now someone is interested in this problem too.
I'd really like to know whether this is a bug in the parser or not.
Regards
Tobias
-----Original Message-----
From: Tobias Zimmer [mailto:Tob...@cw...]
Sent: Wednesday, June 20, 2001 7:39 AM
To: Doxygen-Liste
Subject: brief command in conditional parts of the documentation
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 documentation
using brief discription? Or does anyone know how to this problem?
Thanks,
Tobias
---
Tobias Zimmer
Tob...@cw...
|