[Doxygen-users] <b> and</b> warning line number ambiguity
Brought to you by:
dimitri
From: Arthur S. <asc...@at...> - 2013-09-22 17:28:20
|
Could you consider making the output line numbers for <b> and </b> warnings less ambiguous in your next software release? I've noted the following issues in the warning messages: 1: missing </b>. The line number is never correct. Most often it is a random number greater than the last line of the file. If there are more than one missing </b> warnings in the file, then each warning contains a line number greater than the previous one. 2: missing <b>. The line numbers are often correct (indicating where the </b> was found) but just as often incorrect. And could you flag nested <b> blocks with a warning, as in <b>text<b> <b>text</b>? For 1: above, it would be nice to issue a message which shows the line number of the unmatched <b> tag. For 2: above, it would be nice to always output the address of the detected </b>. And for the nested <b> blocks, it would be nice to output the line number of each nested <b> found. As always, great work. Thanks art |