GNOME Bugzilla – Bug 686384
[patch] Count member typedefs as simple
Last modified: 2013-05-19 12:35:46 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.
Thanks, I'll include the patch in the next subversion update.
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.