Almost everything in my documentation ends with the namespace :: prefix before it. (where namespace is the name of my namespace)
Is there a way to create documentation without part of the namespace?
For example:
my_namespace :: MyClass :: member
becomes:
MyClass :: member
This will make everything more readable.
Turns out the answer was simple: you have to set HIDE_SCOPE_NAMES to YES in the configuration file.
HIDE_SCOPE_NAMES
YES
I know this is old, but if someone looks in again.
You can set SHOW_NAMESPACES to NO in the configuration file.
It is also located on the "DoxyWizard", "Expert" tab in the "Build Theme" section.