Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Javascript > javadoc like things for JavaScript?

Reply
Thread Tools

javadoc like things for JavaScript?

 
 
Son KwonNam
Guest
Posts: n/a
 
      11-16-2005
Is there any javadoc like thins for Java Script?

When we have a lot of *.js and javascript functions,
And we want to let all the developers reference the list of functions,
What can we do for that kind things?

Just read all the *.js?

Thanks,
KwonNam.
 
Reply With Quote
 
 
 
 
Matt Kruse
Guest
Posts: n/a
 
      11-16-2005
Son KwonNam wrote:
> Is there any javadoc like thins for Java Script?


Yes, there is jsDoc:
http://jsdoc.sourceforge.net/

I use a slightly customized version of it for my documentation at:
http://www.ajaxtoolbox.com/request/documentation.php
and it works well.

--
Matt Kruse
http://www.JavascriptToolbox.com
http://www.AjaxToolbox.com


 
Reply With Quote
 
 
 
 
aundro
Guest
Posts: n/a
 
      11-16-2005
"Matt Kruse" <> writes:
> Yes, there is jsDoc:
> http://jsdoc.sourceforge.net/
>
> I use a slightly customized version of it for my documentation at:
> http://www.ajaxtoolbox.com/request/documentation.php
> and it works well.
>[...]


What is the difference with the original? Is it only the appearance of
the pages, or is there something else?

Best regards,
Arnaud
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
vs2005 publish website doing bad things, bad things =?Utf-8?B?V2lsbGlhbSBTdWxsaXZhbg==?= ASP .Net 1 10-25-2006 06:18 PM
object-like macro used like function-like macro Patrick Kowalzick C++ 5 03-14-2006 03:30 PM
Performance and nitty gritty things like this.member v member foldface@yahoo.co.uk ASP .Net 1 10-07-2004 09:24 AM
javadoc like Mike Wahler C Programming 6 02-10-2004 01:16 AM
Like javadoc André Wagner Ruby 1 08-28-2003 12:44 PM



Advertisments