[Jsdoc-user] how to find functions in Object.extend? (pls ignore prev mesg)
Status: Inactive
Brought to you by:
mmathews
From: EventListener <eve...@gm...> - 2005-09-16 01:01:15
|
I am using the prototype.js library to extend Objects. Any suggestions on how to get methods declared like this to show up in the= =20 documentation? Here is an example of what I'm doing: Example =3D Class.create(); Example.prototype =3D Object.extend( new Example(), { /** This comment isn't found */ initialize: function() { } } Thanks, Cathy |