[spec] Refactor doclet.compile spec.
1 file changed
tree: c8bf45620f8aea4f5385e99e7d951e86295cd5f2
  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
});