GNOME Bugzilla – Bug 722668
Documenting matching enumeration types out of line does not work in different namespaces
Last modified: 2014-01-21 01:27:26 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.
Sorry, my internet connection was being slow so I did not know the bug was reported. *** This bug has been marked as a duplicate of bug 722667 ***