After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 621984 - subpage in list items becomes inlined
subpage in list items becomes inlined
Status: RESOLVED FIXED
Product: doxygen
Classification: Other
Component: general
1.7.0
Other Linux
: Normal normal
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
Depends on:
Blocks:
 
 
Reported: 2010-06-18 12:09 UTC by Andy May
Modified: 2010-06-25 18:46 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Andy May 2010-06-18 12:09:28 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.
Comment 1 Dimitri van Heesch 2010-06-18 13:02:31 UTC
Confirmed. Should be fixed in the next bug fix release.
Comment 2 Dimitri van Heesch 2010-06-25 11:49:05 UTC
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.
Comment 3 Andy May 2010-06-25 18:46:26 UTC
Yes, this fixes the problem. Thanks very much!