Documentation ¶
Index ¶
Constants ¶
View Source
const ( TAG_EMPTY = "/// " TAG_EXISTS = "/// @" TAG_LIB = "/// @lib " TAG_IMPORT = "/// @import " TAG_FUNC = "/// @func " TAG_ARG = "/// @arg" TAG_ARG_REQ = "/// @arg " TAG_ARG_OPT = "/// @arg? " TAG_RETURNS = "/// @returns " TAG_CONSTANTS = "/// @constants " TAG_CONST = "/// @const " TAG_BLOCK = "/// @blocking" TAG_DESC = "/// @desc" TAG_STRUCT = "/// @struct " TAG_PROP = "/// @prop " TAG_METHOD = "/// @method " TAG_INCORRECT = "// @" TAG_SECTION = "/// @section" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.