I really need a nice Javascript documentation generator for an upcoming Javascript library I’m working on. Obviously, I need documentation for my library in order for people to understand it. I’m having a lot of trouble finding a good library for documentation, I’ve looked at many different projects but they’re not what I need.
Is there any nice documentation generators for Javascript that create a Rubydoc.info or YARD style documentation in Javascript? Thanks.
http://jashkenas.github.com/docco/
Not exactly same as YARD style, but more natively for Javascript and less Javaish IMHO