GNOME Bugzilla – Bug 427012
Warning: Illegal command 123 as part of a \ref in generated todo list
Last modified: 2013-05-19 12:35: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.
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.
I'll remove the bogus entry.
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.