@invoke tag
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.
See also @macro tag section, @insert tag section and Processing steps section.
Syntax
@invoke [{<param1>} {<param2>} ...] <macro name>Example
See @macro tag.