GNOME Bugzilla – Bug 742151
Bogus warning: citelist: Unexpected new line character
Last modified: 2015-01-04 13:19:39 UTC
How to reproduce: 1) Download the .bib file from here: http://dblp.uni-trier.de/rec/bibtex/conf/cvpr/BenensonMTG12 2) Create test.dox with the following contents: /** \mainpage Main \cite DBLP:conf/cvpr/BenensonMTG12 */ 3) Create a default Doxyfile and set CITE_BIB_FILES to BenensonMTG12.bib. 4) Run "doxygen Doxyfile". It will print a warning: citelist:4: warning: Unexpected new line character I believe the cause of this warning is that the regexes in doctokenizer.l disallow newlines within HTML comments. Since HTML comments are, in fact, multiline, I propose the attached patch (which does fix the warning).
Created attachment 293519 [details] [review] Proposed patch
Thanks, I'll include the patch in the next GIT update.
This bug was previously marked ASSIGNED, which means it should be fixed in doxygen version 1.8.9.1. 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 (preferrably in the form of a self-contained example).