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 686384 - [patch] Count member typedefs as simple
[patch] Count member typedefs as simple
Status: RESOLVED FIXED
Product: doxygen
Classification: Other
Component: general
1.8.2-SVN
Other Linux
: Normal enhancement
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
Depends on:
Blocks:
 
 
Reported: 2012-10-18 14:37 UTC by Philipp Moeller
Modified: 2013-05-19 12:35 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Testcase and patch to extend INLINE_SIMPLE_STRUCTS for typedefs (23.02 KB, application/zip)
2012-10-18 14:37 UTC, Philipp Moeller
Details

Description Philipp Moeller 2012-10-18 14:37:19 UTC
Created attachment 226743 [details]
Testcase and patch to extend INLINE_SIMPLE_STRUCTS for typedefs

Currently INLINE_SIMPLE_STRUCTS only considers data members. It would be helpful if also public typedefs could be considered simple as some template heavy code often uses constructs such as:

template<typename X>
struct Foo {
  typedef do_something_complicated_with_x type;
};

Attached is an example to illustrate and test the provided patch.
Comment 1 Dimitri van Heesch 2013-02-03 09:36:26 UTC
Thanks, I'll include the patch in the next subversion update.
Comment 2 Dimitri van Heesch 2013-05-19 12:35:46 UTC
This bug was previously marked ASSIGNED, which means it should be fixed in
doxygen version 1.8.4. Please verify if this is indeed the case. Reopen the
bug if you think it is not fixed and please include any additional information
that you think can be relevant.