[Doxygen-users] Wrong line numbers for certain error messages
Brought to you by:
dimitri
From: Arthur S. <asc...@at...> - 2014-01-16 16:46:49
|
For <\b> errors and "End of list marker" errors the line number is incorrect.Is there any way (in a future release) to output correct line numbers? By the way, what is an "End of list marker"? Is it </ul> or </li>? The messages are: SlipReader.h:1077: warning: found </b> tag without matching <b> SlipSequencer.cpp:651: warning: End of list marker found without any preceding list items 1077 is 200+ lines after the end of file and 651 is about 1/3 into the file. Thanks art |