1

Does anyone know how to document this function with doxygen?

FUNC( void, CODE ) functionName( bool argument );
whoan
  • 8,143
  • 4
  • 39
  • 48
Igor Mišić
  • 91
  • 1
  • 5

1 Answers1

1

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"
Igor Mišić
  • 91
  • 1
  • 5