HELP - MACRO
HelpExample CodeSeparate DocsMACRO
Description Source Call Graph
MACRO ( Macro )
MACRO brief SEPARATE DOC.
 
Syntax / parameters
#define MACRO(x, y)

Name Type Default Description
  x
  MACRO Param x SEPARATE DOC description
  y
  MACRO Param y SEPARATE DOC description
 
Return value  
  MACRO return value SEPARATE DOC description
Description
MACRO brief SEPARATE DOC. MACRO More SEPARATE DOC description here.

This is how it looks in the code:
/**
\def MACRO(x,y) 
Normal way of documenting goes here ....
*/


Separated documentation
This entity is documented in a separate file separated_documentation.dxd and not as normally in the code right next to the definition or declaration. Use this way of documenting if you prefer to have no DoxyS comments in your source code. (By the way this text is included from separated_documentation.inc using the \include command, see includeCmd)


 
Source
The documentation for this Member was generated from the following files:
  • separated_documentation.dxd
  • separated_documentation.h