@invoke and @sinvoke tags
This tag can be used to invoke a macro defined by the @macro tag.
The macro will be expanded when the @invoke tag is encountered in the input. The @insert tag can be used instead to delay the expansion to a later stage, when all plain documentation files and declaration header files have been parsed.
Unlike the @invoke tag, the @sinvoke tag do not eat spaces where invoked.
See also @macro tag, @insert tag and Processing steps.
Syntax [link]
@invoke [{<param1>} {<param2>} ...] <macro name>
@sinvoke [{<param1>} {<param2>} ...] <macro name>
Example [link]
See @macro tag.