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 671312 - Lists are split into initial list item and the remaining items as sublist
Lists are split into initial list item and the remaining items as sublist
Status: RESOLVED DUPLICATE of bug 671023
Product: doxygen
Classification: Other
Component: build
1.8.0
Other Windows
: Normal major
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
Depends on:
Blocks:
 
 
Reported: 2012-03-04 16:34 UTC by Stefan
Modified: 2012-03-10 13:20 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Stefan 2012-03-04 16:34:28 UTC
Using the hyphen to generate lists only the first item is included in the main list, the remaining items are indented into a sublist.

Example comment:

/**
 * - item 1
 * - item 2
 * - item 3
 */

Output with 1.8.0:

 ° item 1
    ° item 2
    ° item 3

Output with 1.7.6.1:

 ° item 1
 ° item 2
 ° item 3

Files can be found at http://ultradefrag.svn.sourceforge.net/viewvc/ultradefrag/release/doc/html/handbook/

The failing page is the "11_credits.dox" file.

Thanks in advance,
Stefan
Comment 1 Dimitri van Heesch 2012-03-10 13:20:25 UTC

*** This bug has been marked as a duplicate of bug 671023 ***