[Doxygen-users] Expanding macros within comments
Brought to you by:
dimitri
From: John S. <joh...@se...> - 2002-03-12 16:37:59
|
Greetings, Is there some documented/undocumented way of getting Doxygen 1.2.14 to expand macro definitions within Doxygen comment blocks? i.e. assuming that hours of feverish editting has produced: #define MYMACRO(_a) _a MYMACRO(foo) /** MYMACRO(bar) */ If I run doxyen -d Preprocessor on the above I get: foo /** MYMACRO(bar) */ whereas what I would dearly like to get is: foo /** bar */ Is there some magic EXPAND_MACROS_WITHIN_COMMENT_BLOCK thang somewhere I can set? Cheers, John Sturton |