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 427012 - Warning: Illegal command 123 as part of a \ref in generated todo list
Warning: Illegal command 123 as part of a \ref in generated todo list
Status: RESOLVED FIXED
Product: doxygen
Classification: Other
Component: general
1.5.1
Other All
: Normal minor
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
Depends on:
Blocks:
 
 
Reported: 2007-04-06 18:36 UTC by James Dennett
Modified: 2013-05-19 12:35 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description James Dennett 2007-04-06 18:36:22 UTC
With a default Doxyfile, the following C++ source file generated an error 
todo:1: Warning: Illegal command 0 as part of a \ref

Here's the source file to reproduce this with Doxygen 1.5.1:
/**
 * @todo Fix this bug
 */
namespace {}

I see other issues in bugzilla about issues with anonymous namespaces, but could not find this one.  When time permits I will try to check this against 1.5.2 or against the latest source code.
Comment 1 albert 2013-01-22 19:07:36 UTC
A similar message still occurs in version 1.5.2, message is:
todo:1: Warning: Illegal command 0 as part of a \ref
The messages does not appear in version 1.8.3.1
The html output the line in the to do list reads:
Namespace @0@0

So the original "problem" does not exist but I don't think the line in the todo page is correct.
Comment 2 Dimitri van Heesch 2013-02-23 10:04:48 UTC
I'll remove the bogus entry.
Comment 3 Dimitri van Heesch 2013-05-19 12:35:22 UTC
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.