JavaScript Documentation Generator

"Maninder, Singh" <[email protected]> Thu, 20 Apr 2006 21:13:03 +0530
Newsgroups gmane.comp.web.dom.wdf
Message-ID <4D8B620F4FDA414982B23A3E7F6A8EF11AADA1C6@hydmail01.hyd.corp.int.untd.com>
Does anyone know of a JSDoc tool that is -

a) Good
b) Understands the following way of declaring a function var temp = function() {}

I found JSDoc to be very cool and I had all my code commented that way till I figured out that it doesn't work with the above syntax.

/**
* @author Foo
*/
function temp() {
}

WORKS

BUT

/**
*@author Foo
*/

var temp = function() {
}

DOES NOT WORK.

Thoughts?

Thanks,
Mandy.


Unsubscribe
[email protected]

List info
http://www.quirksmode.org/dom/list.html 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/wdf-dom/

<*> To unsubscribe from this group, send an email to:
    [email protected]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/