[Jsdoc-user] Documenting JavaScript Innter Types
Status: Inactive
Brought to you by:
mmathews
|
From: Aaron S. <as...@th...> - 2007-03-09 18:16:19
|
Hi, just wondering if JSDoc supports inner types at all? For example:
var myClass = {
setter: function(){},
getter: function(){}
}
Or if anyone knows/has something that will support this?
Thanks,
Aaron
|