API Docs for: 0.1.0

Class index

Class defined in: lib/index.js:1

Module creates the YUI instance with the required modules, uses them and exports the Y to be used by the CLI class or by extenders: require('yuidocjs');
You can use it like this:

 var options = {
     paths: [ './lib' ],
     outdir: './out'
 };

 var Y = require('yuidoc');
 var json = (new Y.YUIDoc(options)).run();