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 691798 - /// is not parsed correctly as doxygen as a special comment block
/// is not parsed correctly as doxygen as a special comment block
Status: RESOLVED FIXED
Product: doxygen
Classification: Other
Component: doxywizard
1.8.3
Other Windows
: Normal critical
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
Depends on:
Blocks:
 
 
Reported: 2013-01-15 17:13 UTC by mybugzillaaccount
Modified: 2013-01-28 11:03 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Short project to reproduce the bug (24.81 KB, application/octet-stream)
2013-01-15 17:13 UTC, mybugzillaaccount
Details

Description mybugzillaaccount 2013-01-15 17:13:16 UTC
Created attachment 233536 [details]
Short project to reproduce the bug

We are using something like that (see also attachment...):


///////////////////////////////////////////////////////////////////////////
/// brief description of function. Details to the function... there might
/// be several lines to describe the function
/// 
/// \param p__nCount Quantity of log entries
/// \return Number of log entries accepted
/// \sa other log functions nLogNoDetails and nLogNoDetails2
/// \note This is the note section
/// \warning This function is globally synchronized...
///////////////////////////////////////////////////////////////////////////
virtual int nLog(int p__nCount) = 0;

Also, we use JAVADOC_AUTOBRIEF.
This worked perfect with on Windows with doxygen version 1.8.1.1, 1.8.1.2, 1.8.2 With version 1.8.3 no class or method documentation is generated, but it is parsed out correctly by STRIP_CODE_COMMENTS of the source browser.
Comment 1 Dimitri van Heesch 2013-01-15 20:10:25 UTC
Confirmed. Should be fixed in the next subversion update.
Comment 2 Dimitri van Heesch 2013-01-20 13:34:58 UTC
This bug was previously marked ASSIGNED, which means it should be fixed in
doxygen version 1.8.3.1. 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.
Comment 3 mybugzillaaccount 2013-01-28 11:03:20 UTC
With 1.8.3.1 it works perfect again. Thank you very much!