Closed GoogleCodeExporter closed 8 years ago
I forgot to say, there is a wrapper for the constructor, something like this:
function constructor(){
if(arguments.length==0)this._contructor();
else if(arguments.length==1 &&
typeof(arguments[0])=="string")this._constructor$string(arguments[0]);
}
Original comment by panno.l...@gmail.com
on 10 Jul 2009 at 9:13
JsDoc Toolkit does not support multiple symbols with the same name. You can
document the parameters as
optional if that's what you mean, but you can't document two different
constructors with the same name.
Original comment by micmath
on 11 Jul 2009 at 11:01
Original issue reported on code.google.com by
panno.l...@gmail.com
on 9 Jul 2009 at 5:48