GNOME Bugzilla – Bug 609709
\todo Commands in C# Not Showing On Generated ToDo Page
Last modified: 2010-02-21 12:57:31 UTC
Consider the code fragment below. Here is the errant behavior I am seeing: 1. The @todo statements inside of the MyEnum enum class are being processed and appear in the documentation page generated for the for the MyNamespace namespace. 2. But these same @todo statements are not included in the generated ToDo documentation page for this project. Notes: The MyNamespace namespace is documented via the use of a "@package MyNamespace" command in a fake C# file named PackageDescription.cs in this same project. namespace MyNamespace { public enum MyEnum { /// /// @todo Document this enum value. /// VALUE_1, /// /// @todo Document this enum value. /// VALUE_2 } /// /// @todo Figure out why the Doxygen todo items do not always appear in the docs. /// public class MyClass { (snip) } }
Confirmed. Should be fixed in the next subversion update.
This bug was previously marked ASSIGNED, which means it should be fixed in doxygen version 1.6.3. 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.