short-jsdoc
Version:
short and simple jsdoc Object Oriented syntax format and implementation
12 lines (6 loc) • 323 B
JavaScript
// @class Food eatable by Animals
// @class Fruit what plants generate all years and can be eaten @extends Food
// @class Apple a nice fruit of *cold* climates @extends Fruit
// @class Banana nice powerful fruit from *warm* climates @extends Fruit
// @event after:release-patch hello world
// @event afterReleasePatch