Open GoogleCodeExporter opened 8 years ago
The @name tag is your friend.
http://code.google.com/p/jsdoc-toolkit/wiki/TagName
define(function () {
/**
@name MyModule
@constructor
*/
function MyModule() {
/**
@name MyModule#method
@function
*/
this.method = function(){
}
}
return MyModule;
});
Original comment by micmath
on 13 Jan 2011 at 3:36
Original issue reported on code.google.com by
wi...@pangeadc.nl
on 13 Jan 2011 at 1:36