You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Beautiful docs is a documentation viewer based on markdown files.
Documentation manuals can be described in a manifest file using JSON. It can also generate static pages.
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -827,6 +827,7 @@
827
827
+[coddoc](http://doug-martin.github.com/coddoc/) is a jsdoc parsing library. Coddoc is different in that it is easily extensible by allowing users to add tag and code parsers through the use of coddoc.addTagHandler and coddoc.addCodeHandler. coddoc also parses source code to be used in APIs.
828
828
+[sphinx](http://sphinx-doc.org/) a tool that makes it easy to create intelligent and beautiful documentation
829
829
+[Using JSDoc](http://usejsdoc.org/)
830
+
+[Beautiful docs](http://beautifuldocs.com/) is a documentation viewer based on markdown files.
0 commit comments