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
});