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 693537 - Create possibility to keep user comments in Doxyfile
Create possibility to keep user comments in Doxyfile
Status: VERIFIED FIXED
Product: doxygen
Classification: Other
Component: general
1.8.3.1-SVN
Other Windows
: Normal enhancement
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
Depends on:
Blocks:
 
 
Reported: 2013-02-10 17:49 UTC by albert
Modified: 2013-12-29 18:26 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
PATCH: keep comments starting with ## in the Doxyfile (7.00 KB, patch)
2013-02-10 17:54 UTC, albert
none Details | Review
PATCH: Filtering the \r (1.01 KB, patch)
2013-05-21 15:55 UTC, albert
none Details | Review

Description albert 2013-02-10 17:49:12 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.
Comment 1 albert 2013-02-10 17:54:37 UTC
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.
Comment 2 Dimitri van Heesch 2013-03-31 10:11:18 UTC
Thanks, I'll include the patch in the next subversion update.
I've also made it to work when using 'doxygen -s -u'
Comment 3 Dimitri van Heesch 2013-05-19 12:36:22 UTC
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.
Comment 4 albert 2013-05-21 15:51:07 UTC
In case of a dos file the \r remains in the file.
Comment 5 albert 2013-05-21 15:55:14 UTC
Created attachment 244939 [details] [review]
PATCH: Filtering the \r

This patch filters the \r so it does not appear extra in the output.
Comment 6 Dimitri van Heesch 2013-08-23 19:46:55 UTC
Confirmed. Should be fixed in the next GIT update.
Comment 7 Dimitri van Heesch 2013-12-24 18:59:52 UTC
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).
Comment 8 albert 2013-12-29 18:26:54 UTC
In 1.8.6 extra \r are not present anymore