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 741547 - RTF: list of classes in Namespace Documentation not separated CRLF
RTF: list of classes in Namespace Documentation not separated CRLF
Status: RESOLVED OBSOLETE
Product: doxygen
Classification: Other
Component: general
1.8.8
Other Windows
: Normal normal
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
[moved_to_github]
Depends on:
Blocks:
 
 
Reported: 2014-12-15 10:22 UTC by t-sano
Modified: 2018-07-30 10:03 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
test data for reproducing this problem (27.47 KB, application/x-zip-compressed)
2014-12-15 10:22 UTC, t-sano
Details
1.8.14 execution results on "test data for reproducing this problem" (188.25 KB, application/x-zip-compressed)
2018-05-28 23:40 UTC, t-sano
Details
Results with the 1.8.14 version (161.24 KB, application/x-zip-compressed)
2018-05-29 08:21 UTC, albert
Details

Description t-sano 2014-12-15 10:22:15 UTC
Created attachment 292746 [details]
test data for reproducing this problem

I had the following result in rtf:
=======
Namespace Documentation

Package a

Classes
* class Test
* class for test class Test2
Test2 summary  
=======

This will be fine:
======
* class Test
  class for test
* class Test2
  Test2 summary
======

Also, In the "File Reference" section, the paragraph title "Namespaces" does not begin at the line start.
Comment 1 Frank HJ Cuypers 2015-01-05 14:41:44 UTC
I have the same issue. Itseems that the brief description of a class is put on the same bullet as the name of the next class.
Comment 2 albert 2018-05-26 17:57:21 UTC
With version 1.8.8 I see the output as indicated.
With version 1.8.14 I see the correct output

 I think the problem has been solved in the mean time.
Comment 3 albert 2018-05-28 13:18:35 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: pull request 717, https://github.com/doxygen/doxygen/pull/746
Comment 4 t-sano 2018-05-28 23:40:51 UTC
Created attachment 372450 [details]
1.8.14 execution results on "test data for reproducing this problem"
Comment 5 t-sano 2018-05-28 23:46:41 UTC
Thank you for kind notices.
I downloaded doxygen-1.8.14-setup.exe (44.4MB) ( http ) from
http://www.stack.nl/~dimitri/doxygen/download.html
and install it on Windows7 Professional.
Using "test data for reproducing this problem", I got an RTF file that seems not fixed. Please seee attachment 372450 [details]. The screenshot was taken on wordpad. Microsoft Word 2013 produces similar result except that "Class Documentation" locates the top of the page and separated from "Test2 summary".
Comment 6 albert 2018-05-29 08:21:24 UTC
Created attachment 372460 [details]
Results with the 1.8.14 version

I had another look with the 1.8.14 version and it looks all OK to me.
The attachment contains:
- print of WordPad (although WordPad is not really suitable, see e.g. strings like AAAAAAAAACAAAAAAAAAC and page divisions), though texts look OK to me
- print of the output in word (a bit small) but looks OK to me as well
- the refman.rtf file I got.

Can you please check what you do see with my rtf file.
Some other steps:
- enable HTML and see which version is mentioned (at the bottom of the (page)
- attach your rtf file to this bug report.
Comment 7 André Klapper 2018-07-30 10:03:23 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!