When working with library ABC, it natural that all names are included into the same top level namespace. Is it possible to remove top level namespace from class names, but show inclosed namespaces?
When working with library ABC, it natural that all names are included into the
Share
There is no such option inside of Doxygen. Still you can use preprocessor to make it work.
You should include this code into some common header and set predefined
DOXY_PARSERmacro in Doxygen options. This workaround makes using of library namespace less convenient but it is not so crucial.