Documentation ¶
Index ¶
Constants ¶
View Source
const ( TAG_EMPTY = "/// " TAG_EXISTS = "/// @" 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 " )
Variables ¶
This section is empty.
Functions ¶
func Format ¶
func Format(out io.StringWriter, lib Lib)
Types ¶
Click to show internal directories.
Click to hide internal directories.