UNPKG

funcunit

Version:
29 lines (24 loc) 244 B
/** * @page mylib * * Hello World */ // /** * @constructor Foo * * @body * * //A Comment! */ function Foo(){}; /** * @prototype */ Foo.prototype = { /** * @function Foo.prototype.bar bar */ bar: function(){ } };