Subj : Re: javadoc-like tool for JS? To : netscape.public.mozilla.jseng From : "Todd Trimmer" Date : Mon Feb 03 2003 06:37 pm I am planning on writing my own JSDoc generator this year. I had a rudimentary one, but could not handle every ECMA syntax. The funny thing about JavaScript is that the constructor and class are the same verbal scope. I was thinking of a @constructor tag to differentiate comments about to instantiate the class from the workings of the class itself. I also plan to extend "@param description" to "@param type description" since I write a lot of functions that expect the argument to be a certain type, rather a plain variant. I'll do an announce here when I rewrite this. "Harald Albrecht" wrote in message news:b1gt3i$dti1@ripley.netscape.com... > Is someone aware of a documentation tool, which can create API > documentation automatically from JavaScript source code using JavaDoc > @-tags? > > Searching google gave no result :( > > -- Harald > .