Hi,

I'm having a little trouble with PREDEFINED macros. I use '#define' to
namespaces in my C++ libraries. So...

namespace name {
}

Would become...

#define NAMESPACE_NAME_ namespace name {
#define _NAMESPACE_NAME }

I use like this becouse of the possibility to turn namespaces on and
off on the fly. I am tring to define this in the Doxyfile with the
following syntax:

PREDEFINED  = NAMESPACE_NAME_:="namespace name {"
PREDEFINED += _NAMESPACE_NAME:="}"

But it's not working. Doxygen is not recognizing the namespaces and
writting the string "NAMESPACE_NAME_" before each class name
definition.

How is the right way to set those values?

Thanks in advance.
------------------------------------------------------------------------------
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
_______________________________________________
Doxygen-users mailing list
Doxygen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/doxygen-users

Reply via email to