Re: [Jsdoc-user] recognize "different" way of coding
Status: Inactive
Brought to you by:
mmathews
From: Gabriel R. <gab...@gm...> - 2007-06-26 17:02:26
|
Hi, > We are currently working in a project using Javascript for coding and JSDoc > for our documentation. > We are using a lot of "extends" to build up a hierarchie, but we are not > using the "standard" mechanisms to realize this extend but a self written > function to check dependencies etc. As you've already noticed, this style of coding unfortunately isn't supported by JSDoc. Although it would be potentially possible to alter JSDoc to support this style of code, I would instead suggest that you check out the JsDoc Toolkit (http://www.jsdoc.info). This is kind of a newer and much more flexible version of JSDoc, and should support these kinds of constructs with much less effort on your part. Regards, Gabriel |