[Doxygen-develop] how to hide/ignore function like maro end with ";"
Brought to you by:
dimitri
From: Jeeva S C. <gci...@ho...> - 2003-11-22 16:43:27
|
Hello, All my source code includes the following macro after include block. INIT_DIAG(); INIT_DEBUG(); and optionally macro like before. INIT_CRITICAL_REGION (data_crit); These macros are more like SKIP_FUNCTION_MACROS (function-like macros that are alone on a line), however they end with ";". Because of this I presume they are shown as functions. Is there a way I can stop this macros been generated as functions. Thanks Jeeva. |