[Doxygen-develop] Re: Macroized Functions
Brought to you by:
dimitri
From: Frank R. <fra...@gm...> - 2005-10-18 17:44:27
|
On 13.10.2005 18:49, Duane Ellis wrote: > I've tried: > > #ifdef DOXYGEN > #define TRAPCALL( X, Y, Z ) X Y Z > #endif > > but that does not help, doxygen does not expand #defines. > > Doing #ifdef DOXYGEN blocks around hundreds of API function is *NOT* a > good idea. Did you check the PREDEFINED and EXPAND_AS_DEFINED config options? I think something like 'PREDEFINED = "TRAPFUNC(a,b,c)=a b c"' would do the trick. -f.r. |