GNOME Bugzilla – Bug 621984
subpage in list items becomes inlined
Last modified: 2010-06-25 18:46:26 UTC
With Doxygen 1.7.0, downloaded from: ftp://ftp.stack.nl/pub/users/dimitri/doxygen-1.7.0.linux.bin.tar.gz subpage list items are inlined. This did not happen with Doxygen 1.6.3. The problem was discovered with Fortran, here is a minimal example: !> \mainpage Test !> This manual is divided in the following sections: !> - \subpage some_page !> - another item !> !> \page some_page Some Test page !> some test content and the corresponding C translation, which also demonstrates the problem: /*! \mainpage Test This manual is divided in the following sections: - \subpage some_page - another item \page some_page Some Test page some test content */ This was run on openSUSE 11.2, x86_64.
Confirmed. Should be fixed in the next bug fix release.
This bug was previously marked ASSIGNED, which means it should be fixed in doxygen version 1.7.1. 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, this fixes the problem. Thanks very much!