GNOME Bugzilla – Bug 694610
Using markdown causes wrong error and warning line numbers
Last modified: 2013-05-19 12:35:30 UTC
Created attachment 237297 [details] A pure markdown file and a source file showing the problem When markdown is used in a comment or a markdown file, error and warnings produced by doxygen point to the wrong line numbers. The attached example issues two warnings: Generating docs for page WrongLine... /home/boots/prog/doxytest/markdown.md:10: warning: unable to resolve reference to `DemoWrongLine_Introduction' for \ref command [...] Generating docs for compound foo... /home/boots/prog/doxytest/main.cpp:6: warning: unable to resolve reference to `foo_intro_doesnotexist' for \ref command where the respective line numbers should be 13 and 7 respectively.
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.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.