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 336018 - doxygen does not look inside anonymous namespaces
doxygen does not look inside anonymous namespaces
Status: RESOLVED DUPLICATE of bug 135016
Product: doxygen
Classification: Other
Component: general
1.4.x
Other Linux
: Normal normal
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
Depends on:
Blocks:
 
 
Reported: 2006-03-25 22:56 UTC by Matthias Klose
Modified: 2006-11-27 23:07 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
example (605 bytes, text/x-c++src)
2006-03-25 22:56 UTC, Matthias Klose
Details

Description Matthias Klose 2006-03-25 22:56:00 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".
Comment 1 Matthias Klose 2006-03-25 22:56:41 UTC
Created attachment 62012 [details]
example
Comment 2 Wolf Peuker 2006-11-22 10:18:07 UTC
This Bug is a duplicate of Bug 304552. (But I cannot make it bugzilla like. I'm not the reporter and not the assignee)
Comment 3 Kevin McBride 2006-11-27 23:07:35 UTC

*** This bug has been marked as a duplicate of 135016 ***