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 596233 - RTF output is messed up
RTF output is messed up
Status: RESOLVED FIXED
Product: doxygen
Classification: Other
Component: general
1.6.0
Other Windows
: Normal normal
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
Depends on:
Blocks:
 
 
Reported: 2009-09-24 20:47 UTC by Ashish
Modified: 2009-12-30 13:38 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Ashish 2009-09-24 20:47:36 UTC
The brief function descriptions listed in File Documentation section is messed up. The brief descriptions show up as:

Functions
* foobar1()
* Brief description of foobar1. foobar2()
* Brief description of foobar2. foobar3()

instead of

Functions
* foobar1()
  Brief description of foobar1.
* foobar2()
  Brief description of foobar2.

Bug is seen in versions 1.6.0 onwards. Version 1.5.9 works fine.
Comment 1 Dimitri van Heesch 2009-10-04 10:57:19 UTC
Confirmed. Will be fixed in the next subversion update.
Comment 2 Dimitri van Heesch 2009-12-30 13:38:35 UTC
This bug was previously marked ASSIGNED, which means it should be fixed in
doxygen version 1.6.2. Please verify if this is indeed the case and reopen the
bug if you think it is not fixed (include any additional information that you
think can be relevant).