javadoc
Version:
Unopinionated, simple and powerful documentation generator.
31 lines (30 loc) • 848 B
JavaScript
/**
* This is the default space for a description
* This is the default space for a description
* This is the default space for a description
* This is the default space for a description
* This is the default space for a description
* @name This is a name
* Can I add something down?
* Can I add something down?
* Can I add something down?
* Can I add something down?
* @type This is a type
* @parameter This is a parameter
* @parameter This is a second parameter
* More lines
* More lines
* More lines
* More lines
* More lines
* @parameter This is a third parameter
*/
/**
* General description.
* @name This is a name
* @type This is a type
* @parameter This is a parameter
* @parameter This is a second parameter
* @parameter This is a third parameter
* @description This is the specific space for a description
*/