GNOME Bugzilla – Bug 652188
Certain comments can stop doxygen parsing rest of file
Last modified: 2011-08-14 14:04:49 UTC
Created attachment 189545 [details] Zip with files including source code with error causing comment line In our company we have a code editor that uses a lot of comments in the source code to store information about syntax structuring and coloring. All sources we try to document with doxygen, that have been edited with our code editor, will miss the function part. Doxygen does not generate a documentation of the function section, e.g. caller/callee graphes. I was able to strip down the problem to a single comment line that is causing the problem: /* repeat = "\n} while ", "\ndo\n{", "", "\t". */ In case I remove the line, all the documentation will be produced by doxygen. Please find attached a minimal example I was able to find (including doxyfile and screenshot of wrong/missing output, all done with doxygen 1.7.4).
Confirmed. Should be fixed in the next subversion update.
This bug was previously marked ASSIGNED, which means it should be fixed in doxygen version 1.7.5. 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.