GNOME Bugzilla – Bug 627712
Doxygen Header in C Files makes empty Lines in HTML Source Code when starts in Line 1
Last modified: 2013-05-19 12:35:42 UTC
When i start a doxygen Header in Sourcecode @ Line 0001: //////////////////////////////////////////////////////////////////////////////// /// @file selftest.c /// /// @brief Testfunction for CRC /// /// @author Christian Tasche /// /// @date 16.02.2010 //////////////////////////////////////////////////////////////////////////////// I get empty lines in the HTML Sourcecode for the Lines 1 to 9. When i make an empty Line before the Header, everything is fine. The Doxygen Header and the Lines are removed from the HTML Source code.
Created attachment 234647 [details] [review] PATCH: remove superfluous empty lines This patch removes in C code most of the superfluous lines as reported in the bug. A problem remains the first line although it is completely a comment line is still shown. This problem can also be observed in e.g. Fortran.
Thanks, I'll include the patch in the next subversion update.
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.