I'd like to create an auto generating JSDoc documentation file for a framework I'm building but can't seem to find a way to output the documentation. Is it possible to output the doc to JSON or HTML? Or will I have to build my own JSDoc parser with RegExp?
I've looked all over the web and can't find anything on the subject.
Thank you.
./jsdoc book.jsThis command will create a folder named "out" in the current working directory. Within that you will find the generated HTML pages." usejsdoc.org/about-getting-started.html ... seems like you looked all over the web but not the official documentation?