Nuxeo/Blogs

Nuxeo Developers Blog/News from the Open Source ECM trenches

JSDoc, a JavaDoc-like for Javascript

without comments

I was looking for something similar to docstrings in Python, to make an API
static html documentation for
nuxeo.javascript
.

JSDoc seems to fill the bill,
and generates an API documentation similar to what I would get with JavaDoc
or Epydoc.

See an example
here.

It is also used by tools like
JSEclipse

(Post originally written by Tarek Ziadé on the old Nuxeo blogs.)

May 3rd, 2006 at 4:03 pm

Posted in Uncategorized