K
K
Konstantin2012-04-04 12:20:53
JavaScript
Konstantin, 2012-04-04 12:20:53

JS documentation generator

Hello. I have a dozen freshly written libraries, which, firstly, are widely used inside my project, and secondly, they are planned to be uploaded to github. The tests are written, the libraries work, everything is fine, except that they are not documented at all. And I need a javascript documentation generator. Not what JSDoc, for example, does, but generating the documentation framework in the js file itself.

For example, in php, I wrote a wrapper over php_beautifier, which generates an empty PHP-doc and puts @TODO if I couldn’t figure out the types, for example.

Perhaps some IDE can do this? Thank you.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
E
Eddy_Em, 2012-04-04
@Eddy_Em

Do you mean something like doxygen?

O
orloff, 2012-04-04
@orloff

github.com/jsdoc3/jsdoc
github.com/jupiterjs/documentjs

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question