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
|