tree: 9a5aa50d032188c85e0a4c7717fa5d394fbee226 [path history] [tgz]
  1. bin/
  2. lib/
  3. spec/
  4. .gitignore
  5. .travis.yml
  6. LICENSE
  7. NOTICE
  8. package.json
  9. README.md
README.md

Doclet Build Status

Modular Documentation

Overview

Doclet is a modular documentation system. It can parse any type of documentation and render to any format.

CLI

$ doclet path/to/project

Library

var doclet = require('doclet');

doclet.compile('path/to/project', function(e) {
    // all done
});