Methods
(inner) defineTags(dictionary)
Defines the '@examples' tag, and the action to be taken when the tag is encountered
Parameters:
Name | Type | Description |
---|---|---|
dictionary |
* |
(inner) newDoclet(doclet)
Adds example text to '@examples'-tagged doclets. If examples already exist, they are appended to.
Parameters:
Name | Type | Description |
---|---|---|
doclet |
Object | the current JSDoc doclet |