Is there a way to tell Doxygen to ignore namespaces?
Posted
by George Edison
on Stack Overflow
See other posts from Stack Overflow
or by George Edison
Published on 2010-04-09T06:31:07Z
Indexed on
2010/04/09
6:33 UTC
Read the original article
Hit count: 496
Just about everything in my documentation ends up with the namespace:: prefix in front of it. (where namespace is the name of my namespace)
Is there a way to have the documentation generated without it?
For example:
my_namespace::myclass::member
becomes:
myclass::member
© Stack Overflow or respective owner