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 705467 - Doxygen hangs with @retval argument
Doxygen hangs with @retval argument
Status: RESOLVED DUPLICATE of bug 701295
Product: doxygen
Classification: Other
Component: general
1.8.4
Other Windows
: Normal major
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
Depends on:
Blocks:
 
 
Reported: 2013-08-04 22:50 UTC by Ben
Modified: 2013-08-05 07:48 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Minimal project demonstrating this bug (2.92 KB, application/octet-stream)
2013-08-04 22:50 UTC, Ben
Details

Description Ben 2013-08-04 22:50:15 UTC
Created attachment 250822 [details]
Minimal project demonstrating this bug

Doxygen will hang if the argument for retval contains a greater sign `>' surrounded by two non-space characters.

Version tested: doxygen 1.8.4 on CYGWIN_NT-6.1-WOW64

Sample:

/**
 * @defgroup  any_group  Demonstrate a doxygen bug
 *
 *  The next documented function causes doxygen to hang. The problem
 *  comes from the greater sign. I could not find another command than
 *  retval that produces the same bug.
 */

/**
 * @ingroup any_group
 * @retval  S>F
 */
int bug(void);
Comment 1 Ben 2013-08-05 07:48:25 UTC

*** This bug has been marked as a duplicate of bug 701295 ***