Skip to content
This repository has been archived by the owner on Apr 14, 2020. It is now read-only.

Latest commit

 

History

History
18 lines (11 loc) · 338 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 338 Bytes

OneDox

Not-Invented-Here version of docco / dox (before it stopped outputting HTML).

Generates a bunch of HTML where block comments is shown side-by-side with the source code.

Usage:

onedox --out doc/ file1.js lib/file2.js lib/file3.js ...

Install

npm install onedox

(Or clone this repo and run npm install.)