[Doxygen-users] Bug: conditional sections in 1.2.12
Brought to you by:
dimitri
From: Phil E. <ped...@dm...> - 2002-01-24 00:25:25
|
I have some doc blocks that look like this: /** * Some general information. * * @if maint * Maintainer information. * @endif */ the entity (class, whatever) to be documented .... This worked fine up until recently. Now the conditionals are taking over the entire documentation block! If 'maint' is enabled everything appears, but if 'maint' is not enabled, then /nothing/ appears, not even the general information. The entire class is considered undocumented by doxygen, and no output is produced at all. I'm using 1.2.12, as packaged by Debian unstable. Previous versions did not have this bug. Phil |