GNOME Bugzilla – Bug 741547
RTF: list of classes in Namespace Documentation not separated CRLF
Last modified: 2018-07-30 10:03:23 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.
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.
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.
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
Created attachment 372450 [details] 1.8.14 execution results on "test data for reproducing this problem"
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".
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.
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!