Skip to content
This repository has been archived by the owner on May 19, 2021. It is now read-only.

Latest commit

 

History

History
20 lines (12 loc) · 688 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 688 Bytes

#About I created doc.md cause all the jsdoc tools I found were too complex or doesn't do what I wanted. So I decided to create my own jsdoc tool. It creates markdown, this makes it possible to look at the documentation directly in Github.

#Example

A single File test.js -> test.md

[A documentation folder generated with doc.md] (https://github.com/Pita/etherpad-lite/tree/master/doc/jsdoc)

#Install npm install -g doc.md

#Usage

doc.md $SRCFOLDER $DESTFOLDER

#LICENSE Apache License v2 http://www.apache.org/licenses/LICENSE-2.0.html