After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 746619 - Bogus warnings in case of anonymous namespace and @todo
Bogus warnings in case of anonymous namespace and @todo
Status: VERIFIED FIXED
Product: doxygen
Classification: Other
Component: build
1.8.9.1
Other Windows
: Normal normal
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
Depends on:
Blocks:
 
 
Reported: 2015-03-22 19:21 UTC by albert
Modified: 2015-07-15 13:46 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
File to reproduce the problem (26.68 KB, application/x-gzip)
2015-03-22 19:21 UTC, albert
Details

Description albert 2015-03-22 19:21:55 UTC
Created attachment 300089 [details]
File to reproduce the problem

In case of an anonymous namespace and a method description containing @todo we get the warnings:
Generating docs for page todo...
todo:2: warning: Unexpected character `a'
todo:2: warning: Unexpected character `n'
todo:2: warning: Unexpected character `o'
todo:2: warning: Unexpected character `n'
todo:2: warning: Unexpected character `y'
todo:2: warning: Unexpected character `m'
todo:2: warning: Unexpected character `o'
todo:2: warning: Unexpected character `u'
todo:2: warning: Unexpected character `s'
todo:2: warning: Unexpected character `_'
todo:2: warning: Unexpected character `n'
todo:2: warning: Unexpected character `a'
todo:2: warning: Unexpected character `m'
todo:2: warning: Unexpected character `e'
todo:2: warning: Unexpected character `s'
todo:2: warning: Unexpected character `p'
todo:2: warning: Unexpected character `a'
todo:2: warning: Unexpected character `c'
todo:2: warning: Unexpected character `e'
todo:2: warning: Unexpected character `{'
todo:2: warning: Unexpected character `a'
todo:2: warning: Unexpected character `a'
todo:2: warning: Unexpected character `.'
todo:2: warning: Unexpected character `c'
todo:2: warning: Unexpected character `p'
todo:2: warning: Unexpected character `p'
todo:2: warning: Unexpected character `}'
Generating group documentation...

Though the output looks OK.
Comment 1 Dimitri van Heesch 2015-04-06 14:02:55 UTC
Confirmed. Should be fixed in the next GIT update.
Comment 2 Dimitri van Heesch 2015-06-27 19:01:37 UTC
This bug was previously marked ASSIGNED, which means it should be fixed in
doxygen version 1.8.10. 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 (preferably in the form of a self-contained example).
Comment 3 albert 2015-07-15 13:46:49 UTC
Messages are not present anymore.