GNOME Bugzilla – Bug 583213
[PATCH] Don't add trailing spaces when generating a Doxyfile
Last modified: 2009-08-20 10:12:45 UTC
Trailing spaces tend to be problematic because they "pollute" diffs and are commonly seen as a "bad practice". There even are some SCM hooks that check for trailing spaces and reject changesets if they have any. doxygen -g and doxygen -u both creates a Doxyfile with trailing spaces, which can be really annoying in that scenarios. Attached is a patch to avoid adding trailing spaces when doxygen generates a Doxyfile.
Created attachment 134937 [details] [review] Don't add trailing spaces when generating a Doxyfile (against svn trunk r692)
The patch should be applied with patch -p1 BTW (I made the patch, not Alejandro, I've used a "bugmenot" account to fill the bug report and then remembered I had my own account in this bugzilla =).
Created attachment 134959 [details] [review] Fixed patch (against svn trunk r692) Here is a new version of the patch that fixes a double space that was introduced for list options.
Thanks for the patch. I'll include it in the next subversion update.
This bug was previously marked ASSIGNED, which means it should be fixed in doxygen version 1.6.0. Please verify if this is indeed the case and reopen the bug if you think it is not fixed (include any additional information that you think can be relevant).