0
votes

Does anyone know how to document this function with doxygen?

FUNC( void, CODE ) functionName( bool argument );
1
How is the defintion of the macro? Need some more information about the context. - gmug

1 Answers

0
votes

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"