@_default
documentjs.tags._default
The default tag behavior when @TAG
begins a line, but no
tag is defined for TAG
.
@TAG NAME[, ...]
Sets a TAG
property on the docObject to "NAME"
.
Example:
/**
* @memberOf _
*/
findById: function( id, success ) {
@TAG
Sets a TAG
property on the docObject to true
.
This will make the docObject look like:
If
NAME
values are seperated by comma-space (,
), the values will be set as an array. Example:This will make the docObject look like:
If multiple
@TAG NAME
s are found with the sameTAG
, an array with each"NAME"
will be created. Example:This will make the docObject look like: