UNPKG

short-jsdoc

Version:

short and simple jsdoc Object Oriented syntax format and implementation

24 lines (17 loc) 325 B
define([], function() { var Class = { /*@module empty1 @class Aba @method foo This is some text All of it is indented so the following source code won't be shown var a = 0; var b = 1; Isn't it? */ foo: function() { } }; }); // @function auxiliary65 @return {String} @param p2 @param {Aba} aba