Go Back   CodingForums.com > :: Client side development > JavaScript programming

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 03-17-2005, 11:12 AM   PM User | #1
ErroneousBee
New to the CF scene

 
Join Date: Jan 2005
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
ErroneousBee is an unknown quantity at this point
documentation from source for javascript

Is there such a thing as an API documantation generator for javascript, like what javadoc is to java?

Ive found some 'generic' source to html converters, but these just extract comments, and the code Ive been handed has very few of these, and they wont tell me what calls what.

Rolling my own may be an option.
ErroneousBee is offline   Reply With Quote
Old 03-17-2005, 01:14 PM   PM User | #2
codegoboom
Regular Coder

 
Join Date: Aug 2004
Location: codegoboom@yahoo.com
Posts: 999
Thanks: 0
Thanked 0 Times in 0 Posts
codegoboom is an unknown quantity at this point
I thought about trying these out, but never did...
...lemme' know if they work!
__________________
*this message will self destruct in n-seconds*
codegoboom is offline   Reply With Quote
Old 03-17-2005, 01:58 PM   PM User | #3
jbot
Senior Coder

 
Join Date: Feb 2004
Location: Edinburgh
Posts: 1,352
Thanks: 0
Thanked 0 Times in 0 Posts
jbot is an unknown quantity at this point
JSDoc looks good and is probably worthwhile on large projects, but can also see it being overkill on smaller projects. i work as a "view developer" on a J2EE project and obviously Javadocs are invaluable when looking up bean properties, etc. likewise a JS documentation tool like JSDoc would be good for documenting the JS used throughout the system. nonetheless, I couldn't see it being worthwhile on anything other than an application. a website would just not need that kind of documentation.
__________________
*keep it simple (TM)
jbot is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

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

Forum Jump


All times are GMT +1. The time now is 02:33 AM.


Advertisement
Log in to turn off these ads.