- Create namespaces
- Fill the namespaces
- Create .md template(s)
- Generate .md files
functionvardescription
Function:
When the
@paramtag is used, the type will becomefunction.
/**
* [title]
* @param {type} name - description
* @return {type} description
*
*/Variable:
When the
@vartag is used without the@paramtag, the type will becomevariable.
/**
* @var {type} name - description
*/Description:
When the
@descriptiontag is used without the@paramand/or the@vartag, the type will becomedescription.
/**
* [title]
* @description description
*/You can split you code into sections.
- Start a section:
@section [title] - End the section:
@sectionEnd
@var {type} name - description
@name name
You can use v for version and/or c for commit.
@deprecated v0.2 - description
@deprecated c962c23b5b754ef0a92bfd88619f6bef25bc16ada - description