Having become used to having auto-generated API docs for most of the languages I use it seems that there's a giant hole where Javascript documentation should be. I can't find any simple Javascript documentation thats arranged by object/module that lists Class and Instance methods in a 'standard' way. A few questions:
- Am I missing something? Is there a Javascript equivalent to http://api.rubyonrails.org/ or http://java.sun.com/javase/6/docs/api/index.html
- If it doesn't exist any suggestions on what the best way to generate them would be?