开发者

Is there a way to tell Doxygen to ignore (all) namespaces?

开发者 https://www.devze.com 2022-12-26 11:13 出处:网络
Ju开发者_开发百科st about everything in my documentation ends up with the namespace:: prefix in front of it. (where namespace is the name of my namespace)

Ju开发者_开发百科st 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 the namespace part?

For example:

my_namespace::myclass::member

becomes:

myclass::member

It would make everything more readable.


Turns out the answer was simple: you have to set HIDE_SCOPE_NAMES to YES in the configuration file.


I know this is old but if anyone comes looking again.

You can set SHOW_NAMESPACES to NO in configuration file.

It is also in DoxyWizard, Expert tab under Build topic.

0

精彩评论

暂无评论...
验证码 换一张
取 消