GNOME Bugzilla – Bug 672479
Doxygen single line comments not removed after #define
Last modified: 2013-12-26 12:42:27 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 */
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.
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.