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 672479 - Doxygen single line comments not removed after #define
Doxygen single line comments not removed after #define
Status: RESOLVED FIXED
Product: doxygen
Classification: Other
Component: general
1.8.0
Other Linux
: Normal normal
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
Depends on:
Blocks:
 
 
Reported: 2012-03-20 15:37 UTC by haller
Modified: 2013-12-26 12:42 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description haller 2012-03-20 15:37:29 UTC
The following is not removed when using \file when viewing
the source code:
#define foo bar //!< Not removed in source code

Whereas this is correctly stripped (but naturally not a brief comment):
#define foo bar /*!< Removed */
Comment 1 albert 2013-12-26 12:34:46 UTC
In version 1.8.0 the comment was still in the source code browser. When using 1.8.6 it was not present anymore.

I think the problem has been solved in the mean time.
Comment 2 Dimitri van Heesch 2013-12-26 12:42:27 UTC
Setting to fixed as suggested. Please reopen this bug report if you still see this issue with the latest version of doxygen. Add a self-contained example (source+config file in a zip or tar) if possible.