JSDoc, a JavaDoc-like for Javascript
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.
It is also used by tools like
JSEclipse
(Post originally written by Tarek Ziadé on the old Nuxeo blogs.)