short-jsdoc
Version:
short and simple jsdoc Object Oriented syntax format and implementation
41 lines (30 loc) • 728 B
JavaScript
//@module life
//@class Living222 @extends Thing
//@method breath @param {Number} size
//@class Animal @extends Living
//@method eat @param {Array<Food>} food @return {Array<Energy>}
//@class Person @extends Animal
//@method walk @return {Action}
/*@method crossStreet
This try to be a markdown [text](http://google.com)
Another paragraph
var someMarkup = {
a: 1
, n: 2
, g: function (e)
{
return 1;
}
};
and some final text with a list
1. First ordered list item
2. Another item
* Unordered sub-list.
1. Actual numbers don't matter, just that it's a number
1. Ordered sub-list
2. hello
4. And another item.
@property sgurin
*/
// @event after:release-patch hello world
// @event afterReleasePatch