GNOME Bugzilla – Bug 620924
\if and \endif inside lists
Last modified: 2010-06-19 00:34:46 UTC
Suppose you have the following doxygen code: /** \page my_page A page - Timestamp - Energy - Volume - Temperature T1 - Temperature T2 \if ADVANCED_METER - Phase \endif - Flow */ This is interpreted as several distinct lists following eachother, broken at the \if and \endif lines. And if the list is rewritten using <ul><li>...</li>...</ul>, then the program inserts </p><p class="endli"></p> causing the items before \if and \endif to end with an empty line before the next item. Bug 361476 is likely a special case of this behaviour (since it discusses sub-lists, but the behaviour seems to be general to all lists).
I noticed similar behaviour. Doxygen puts empty lines replacing the \if and \endif lines. This surrounds the conditional bullet with empty lines: - Timestamp - Energy - Volume - Temperature T1 - Temperature T2 - Phase - Flow
Confirmed. Should be fixed in the next subversion update.
This bug was previously marked ASSIGNED, which means it should be fixed in doxygen version 1.7.0. Please verify if this is indeed the case. Reopen the bug if you think it is not fixed and please include any additional information that you think can be relevant.
Yes, it it fixed in Doxygen version 1.7.0.