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 627712 - Doxygen Header in C Files makes empty Lines in HTML Source Code when starts in Line 1
Doxygen Header in C Files makes empty Lines in HTML Source Code when starts i...
Status: RESOLVED FIXED
Product: doxygen
Classification: Other
Component: general
1.7.1
Other Windows
: Normal trivial
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
Depends on:
Blocks:
 
 
Reported: 2010-08-23 11:18 UTC by Christian Tasche
Modified: 2013-05-19 12:35 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
PATCH: remove superfluous empty lines (681 bytes, patch)
2013-01-28 19:46 UTC, albert
none Details | Review

Description Christian Tasche 2010-08-23 11:18:22 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.
Comment 1 albert 2013-01-28 19:46:37 UTC
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.
Comment 2 Dimitri van Heesch 2013-02-23 10:09:08 UTC
Thanks, I'll include the patch in the next subversion update.
Comment 3 Dimitri van Heesch 2013-05-19 12:35:42 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.