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 119778 - @bug in function body overwrites extended description
@bug in function body overwrites extended description
Status: RESOLVED FIXED
Product: doxygen
Classification: Other
Component: general
1.3.x
Other Linux
: Normal normal
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
: 119877 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2003-08-13 11:33 UTC by Baruch Even
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Baruch Even 2003-08-13 11:33:32 UTC
I use doxygen 1.3.2 from Debian unstable (sid).

I have a function which is documented in the header file with an extended
documentation. It also has in the body the definition:
/** @bug XXX: Not implemented yet. */

The extended description is not shown in the doxygen HTML output.

If I remove the @bug comment, the extended description is shown correctly.
Comment 1 Dimitri van Heesch 2003-11-02 12:30:22 UTC
*** Bug 119877 has been marked as a duplicate of this bug. ***
Comment 2 Christian Bøtker Høj 2003-11-04 14:42:44 UTC
A simple example showing that the same problem also affects @todo:

source.h:
/** The brief description.
    The detailed description.
*/
void extractEditableElements( );


source.cpp:
void extractEditableElements( ) {

/// @todo A "To Do" list item.

}
Comment 3 Dimitri van Heesch 2003-11-21 14:27:11 UTC
This should be fixed in 1.3.5