docco
ESDoc
docco | ESDoc | |
---|---|---|
4 | 2 | |
3,557 | 2,737 | |
0.1% | -0.1% | |
0.0 | 0.0 | |
7 months ago | 6 months ago | |
HTML | JavaScript | |
GNU General Public License v3.0 or later | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
docco
-
Ask HN: Show Code with Notes Alongside
i have seen those in annotated javascript documentation. but it was the other way around. (comment on the left, and code on the right).
they all seem to use docco[0] with the option to display comment in "parallel". the author of docco used it in their library underscore[1].
[0]: https://github.com/jashkenas/docco
- Docco is a quick-and-dirty documentation generator
-
Lisp.py
Side note - it's been a while since i've seen a Docco-style annotated-source-style documentation! http://ashkenas.com/docco/
Backbone.js was the first time i saw it, and I loved it! https://backbonejs.org/docs/backbone.html It demonstrated to me that the libraries I use are just normal code that other people write, and i myself can read it to understand a problem.
-
CSS Deep
jashkenas/docco - Literate Programming can be Quick and Dirty.
ESDoc
-
How to properly document a React/Redux application?
In this post, the tool react-docgen is presented, and I have stumble upon esdoc as well. Whereas esdoc does automatic generation of documentation, react-docgen extracts the information of the React components and puts it into a JSON file.
-
How can I use this comment feature of vscode to specify parameters and return values of a function?
Check out ESDoc
What are some alternatives?
documentation.js - :book: documentation for modern JavaScript
JSDoc - An API documentation generator for JavaScript.
dox - JavaScript documentation generator for node using markdown and jsdoc
sphinx - The Sphinx documentation generator
YUIDoc - YUI Javascript Documentation Tool
apiDoc - RESTful web API Documentation Generator.
jsduck - Simple JavaScript Duckumentation generator.
Docusaurus - Easy to maintain open source documentation websites.