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 722667 - Documenting matching enumeration types out of line does not work in different namespaces
Documenting matching enumeration types out of line does not work in different...
Status: RESOLVED OBSOLETE
Product: doxygen
Classification: Other
Component: general
1.8.6
Other Linux
: Normal normal
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
[moved_to_github]
: 722668 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2014-01-21 01:21 UTC by Reece H. Dunn
Modified: 2018-07-30 10:08 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Reece H. Dunn 2014-01-21 01:21:12 UTC
Given:

	namespace test
	{
		namespace a
		{
			enum event_type {};
		}
		namespace b
		{
			enum event_type {};
		}
	}

	/**
	\enum  test::a::event_type
	\brief This is a::event_type.

	\enum  test::b::event_type
	\brief This is b::event_type.
	*/

The documentation for test::b::event_type is added to test::a::event_type instead. This is present at least as far back as 1.8.4.
Comment 1 Reece H. Dunn 2014-01-21 01:27:26 UTC
*** Bug 722668 has been marked as a duplicate of this bug. ***
Comment 2 André Klapper 2018-07-30 10:08:06 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!