GNOME Bugzilla – Bug 689341
Bad html lists, with spaces in front of \if
Last modified: 2012-12-26 16:09:19 UTC
We have some doxygen files that worked well with 1.7.x and 1.8.1, and broke with 1.8.2. This is without Markdown syntax. The source says: - a \if DOCUMENT_B - b \endif \if DOCUMENT_C - c \endif \if DOCUMENT_D - d \endif And the result is, with all sections enabled: <ul> <li>a<ul> <li>b<ul> <li>c</li> </ul> </li> <li>d</li> </ul> </li> </ul>
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.8.3. 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.