GNOME Bugzilla – Bug 700345
Closing long comment line "/////////...." being included in @brief.
Last modified: 2013-05-19 12:36:06 UTC
Created attachment 244248 [details] Demonstrates issue with long comment line following single line @brief. The format I'm using to document my code is ////////////////////////////////////////////////////////////////////// /// @brief What does this method do? /// @param What is the type, name, and meaning of this parameter? /// @return What is the type, name, and meaning of the return value? /// /// [optional details about how to use the method] ////////////////////////////////////////////////////////////////////// In cases where there's only a single line brief the closing line of the block is being included in the @brief comment. This is occurring with a build from SVN, but does not occur when using 1.8.1 in Fedora 17. Source file that demonstrates the error is attached. The only change to the default Doxyfile is setting INPUT = test.cc
Confirmed. Should be fixed in the next subversion update.
Created attachment 244568 [details] [review] Proposed fix to ignore //// Please check if this patch fixes the problem
The patch fixes the issue for me. Thank you.
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.