GNOME Bugzilla – Bug 693537
Create possibility to keep user comments in Doxyfile
Last modified: 2013-12-29 18:26:54 UTC
Currently all comments as specified in the Doxyfile are lost when the Doxyfile is updated. It would be good to have a special comment tag (e.g. ##) that would keep this tye of comment.
Created attachment 235632 [details] [review] PATCH: keep comments starting with ## in the Doxyfile With this patch comments starting with ## are kept and placed directly in front of the TAG before which they occur. Also this type of comments at the end of the Doxyfile are kept and placed at the end of the Doxyfile.
Thanks, I'll include the patch in the next subversion update. I've also made it to work when using 'doxygen -s -u'
This bug was previously marked ASSIGNED, which means it should be fixed in doxygen version 1.8.4. Please verify if this is indeed the case. Reopen the bug if you think it is not fixed and please include any additional information that you think can be relevant.
In case of a dos file the \r remains in the file.
Created attachment 244939 [details] [review] PATCH: Filtering the \r This patch filters the \r so it does not appear extra in the output.
Confirmed. Should be fixed in the next GIT update.
This bug was previously marked ASSIGNED, which means it should be fixed in doxygen version 1.8.6. Please verify if this is indeed the case. Reopen the bug if you think it is not fixed and please include any additional information that you think can be relevant (preferrably in the form of a self-contained example).
In 1.8.6 extra \r are not present anymore