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 595357 - wrong line breaks in rtf output format
wrong line breaks in rtf output format
Status: RESOLVED OBSOLETE
Product: doxygen
Classification: Other
Component: build
1.6.1
Other Windows
: Normal major
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
[moved_to_github]
Depends on:
Blocks:
 
 
Reported: 2009-09-16 13:00 UTC by Christoph Speck
Modified: 2018-07-30 10:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
test.c and doxyfile (produced output - html and rtf) (43.03 KB, application/octet-stream)
2009-09-16 13:00 UTC, Christoph Speck
Details

Description Christoph Speck 2009-09-16 13:00:38 UTC
Created attachment 143275 [details]
test.c and doxyfile (produced output - html and rtf)

In HTML output the documentation is fine.

In RTF output format there are a lot of wrong line breaks

sample project with one file attached including doxy file
Comment 1 haberlan 2009-09-26 02:43:06 UTC
I can confirm and further describe.  C++ attribute documented as:
    ///
    /// The downconverter module in the ARFP.
    ///
    Downconverter m_dcm;

is documented fine in both rtf and html.

Documented like this:
    /// The downconverter module in the ARFP.
    Downconverter m_dcm;

or like this:

    Downconverter m_dcm; ///< The downconverter module in the ARFP

yields bad results.  

Sometimes the documentation shows up under the 'Class Reference' section where doc does not usually show.  It will then not show up in the  member documentation section at all.  

The line breaks show up between attribute name and description.  The next attribute type and name will show up on the same line  as the  doc for  the previous attribute:

•	Downconverter m_dcm
•	The downconverter module in the ARFP. Cal_Buffer m_cal_buffer

hope that helps.
Comment 2 albert 2018-06-08 17:53:58 UTC
Looks like problem has been solved by means of pull request 596, https://github.com/doxygen/doxygen/pull/596.

I just pushed a more general solution undoing again pull request 746: https://github.com/doxygen/doxygen/pull/746
Comment 3 albert 2018-06-10 10:05:33 UTC
Code has been integrated in master on github.
Comment 4 André Klapper 2018-07-30 10:47:17 UTC
As discussed in https://github.com/doxygen/doxygen/pull/734 , Doxygen has moved its issue tracking to 

   https://github.com/doxygen/doxygen/issues

All Doxygen tickets in GNOME Bugzilla have been migrated to Github. You can subscribe and participate in the new ticket in Github. You can find the corresponding Github ticket by searching for its Bugzilla ID (number) in Github.

Hence I am closing this GNOME Bugzilla ticket.
Please use the corresponding ticket in Github instead. Thanks a lot!