Re: [Jsdoc-user] How to define new keywords for class documentation
Status: Inactive
Brought to you by:
mmathews
From: Gabriel R. <gab...@gm...> - 2008-02-19 20:45:13
|
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 |