GNOME Bugzilla – Bug 336018
doxygen does not look inside anonymous namespaces
Last modified: 2006-11-27 23:07:35 UTC
[ forwarded from http://bugs.debian.org/339421 ] Doxygen does not produce output for a class that is defined within an anonymous namespace. The settings in the cfg include: EXTRACT_ALL = YES EXTRACT_PRIVATE = YES EXTRACT_STATIC = YES EXTRACT_LOCAL_CLASSES = YES Classes in a named namespace are correctly processed. In the attached example file, the inheritance diagram for class "world" includes "world2::world2" and "world3", but "world1" is missing. No file is generated for "world1".
Created attachment 62012 [details] example
This Bug is a duplicate of Bug 304552. (But I cannot make it bugzilla like. I'm not the reporter and not the assignee)
*** This bug has been marked as a duplicate of 135016 ***