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 609709 - \todo Commands in C# Not Showing On Generated ToDo Page
\todo Commands in C# Not Showing On Generated ToDo Page
Status: RESOLVED FIXED
Product: doxygen
Classification: Other
Component: general
1.6.1
Other Windows
: Normal normal
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
Depends on:
Blocks:
 
 
Reported: 2010-02-12 02:12 UTC by Bradley Ward
Modified: 2010-02-21 12:57 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Bradley Ward 2010-02-12 02:12:39 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)
    }
}
Comment 1 Dimitri van Heesch 2010-02-13 15:09:29 UTC
Confirmed. Should be fixed in the next subversion update.
Comment 2 Dimitri van Heesch 2010-02-21 12:57:31 UTC
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.