There are tools for this, such as Natural Docs . I have personally used it in the past and this works great with javascript.
There are also tools like docco for documenting source code.
In general, auto-generated documentation tends to be too restrictive, and sometimes manual APIs like the jQuery API are easier to use.
The documentation for dynamic languages ββis also different from the documentation for static languages. Since the APIs are used in different ways, and the state exists in a freer sense.
Raynos Apr 30 2018-11-11T00: 00Z
source share