Does anyone know how to document this function with doxygen?
FUNC( void, CODE ) functionName( bool argument );
Does anyone know how to document this function with doxygen?
FUNC( void, CODE ) functionName( bool argument );
I found solution. In config file of doxygen for this code, I changed this 3 line:
MACRO_EXPANSION = YES
EXPAND_ONLY_PREDEF = YES
PREDEFINED = "FUNC(rettype, memclass) = rettype"