Re: [Jsdoc-user] Argument list turns up empty-()- if constructor is assigned to static functions
Status: Inactive
Brought to you by:
mmathews
|
From: Gabriel R. <gab...@gm...> - 2006-03-06 17:48:17
|
On Mon, Mar 06, 2006 at 04:22:16AM -0500, Raymond A. Orr wrote:
> Hello:
>
> In order to prevent collisions with other JavaScript libraries I like to
> prefix all public classes and functions with two static functions like
> (org.ui). When I do that, the (a,b) constructor arguments as in the example
> below do not show up under Constructor Summary or Detail. Other than that,
> everything about the class shows up perfectly in JSDoc. This example
> duplicates this behavior.
>
This is resolved in version 1.9.9.2 of JSDoc; thanks for reporting it.
Regards,
Gabriel
|