Other Documented Items
FUNCTIONS
{foreach func}
- {type} {name}({args}) {if const}const{endif}{if throws} throws {throwclass}({throwargs}) {endif};
-
{if brief} {brief}
{endif}
{if detail} {detail}
{endif}
{next}
GLOBALS
{foreach global}
- {type} {name}{if enum} {lb}{args}{rb} {endif}{else}{args}{endelse};
-
{if brief} {brief}
{endif}
{if detail} {detail}
{endif}
{next}
TYPEDEFS
{foreach typedef}
- {type} {name}{if enum} {lb}{args}{rb} {endif};
-
{if brief} {brief}
{endif}
{if detail} {detail}
{endif}
{next}
MACROS
{foreach macro}
- {name} : {args}
-
{if brief} {brief}
{endif}
{if detail} {detail}
{endif}
{next}