Hi,
> In my JavaScript programs I use "especialize" keyword to define a
> class, how can I tell JSDoc this new keyword? example:
>
> CVS_WBL_Constante = CVS_WBL_Wisdom.especialize
>
> CVS_WBL_Constante is a class and I want to tell this to JSDoc, Can I do this?
>
I'm sorry to say that this isn't possible in JSDoc. However, you may
have better luck if you take a look at the JsDoc Toolkit
(http://www.jsdoc.info).
Regards,
Gabriel
|