GNOME Bugzilla – Bug 595357
wrong line breaks in rtf output format
Last modified: 2018-07-30 10:47:17 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
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.
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
Code has been integrated in master on github.
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!