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 705937 - Broken (member) grouping of member classes
Broken (member) grouping of member classes
Status: RESOLVED OBSOLETE
Product: doxygen
Classification: Other
Component: general
1.8.4
Other Windows
: Normal normal
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
[moved_to_github]
Depends on:
Blocks:
 
 
Reported: 2013-08-13 19:50 UTC by Domagoj Šarić
Modified: 2018-07-30 10:25 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Domagoj Šarić 2013-08-13 19:50:56 UTC
Trying to add a member class (a class that's a member of another class) or struct, template or not, to a member group fails - it ends up in a group called "Classes". Adding a typedef works.

/// \class Foo
/// \brief A Foo
class Foo
{
public:
    /// \name Some Group
    /// @{

    class Bar {}; ///< The Bar

    class Stanga; ///< Ta Stanga

    /// @}
};


result: Bar in group "Classes" and the forward declared Stanga not displayed at all...
Comment 1 Dimitri van Heesch 2013-12-24 12:39:31 UTC
Doxygen doesn't treat nested classes as real members (i.e. they have their own documentation page), which is why your example doesn't work. 

I agree it would be an improvement to support this.
Comment 2 André Klapper 2018-07-30 10:25:36 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!