On Fri, Sep 14, 2012 at 9:24 AM, Paul Dugas wrote:
> Any thoughts on how to get doxygen to tell me where it found that namespace?
Typical. Finally break down and ask only to find it an hour later...
Had "@package FOO-BAR" in a header somewhere. It's a C++ project so
@package doesn't appear to m
I'm getting an extra namespace in my generated documentation and I'm
not sure where it's coming from. I wonder if anyone has any
suggestions for how I'd track it down.
The C++ package I'm working with uses a 2-deep namespace like
foo::bar. Everything is down in that namespace with the exception