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 609299 - When @relatesalso is used, Doxygen does not output members of enum.
When @relatesalso is used, Doxygen does not output members of enum.
Status: RESOLVED OBSOLETE
Product: doxygen
Classification: Other
Component: general
1.6.2
Other Windows
: Normal major
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
[moved_to_github]
Depends on:
Blocks:
 
 
Reported: 2010-02-08 09:43 UTC by tanioka
Modified: 2018-07-30 10:12 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Doxyfile and source files (19.06 KB, application/x-zip-compressed)
2010-02-08 09:43 UTC, tanioka
Details

Description tanioka 2010-02-08 09:43:27 UTC
Created attachment 153254 [details]
Doxyfile and source files

When I let Doxygen process the following source codes, Doxygen did not output
members of Enumeration1.


/** @brief struct Structure1
 */
struct Structure1 {
	int x;		///< x variable
};


/** @relatesalso Structure1
 *  @brief enum Enumeration1
 */
enum Enumeration1 {

	/** @brief Member1
	 *
	 *  Member1 of Enumeration1
	 */
	Member1,

	/** @brief Member2
	 *
	 *  Member2 of Enumeration1
	 */
	Member2,
};
Comment 1 André Klapper 2018-07-30 10:12:35 UTC
As discussed in https://github.com/doxygen/doxygen/pull/734 , Doxygen has moved its issue tracking to 

   https://github.com/doxygen/doxygen/issues

All Doxygen tickets in GNOME Bugzilla have been migrated to Github. You can subscribe and participate in the new ticket in Github. You can find the corresponding Github ticket by searching for its Bugzilla ID (number) in Github.

Hence I am closing this GNOME Bugzilla ticket.
Please use the corresponding ticket in Github instead. Thanks a lot!