crojsdoc
Version:
A documentation generator for JavaScript and CoffeeScript
47 lines (35 loc) • 588 B
JavaScript
// Generated by CoffeeScript 2.4.1
//#
// Generating options
// It is built by a config file(crojsdoc.yaml) or command line arguments
var Options;
Options = class Options {};
//#
// @property _project_dir
// @type String
// @private
//#
// @property types
// @type Object
//#
// @property _sources
// @type Array<String>
//#
// @property output_dir
// @type String
//#
// @property title
// @type String
//#
// @property quiet
// @type Boolean
//#
// @property files
// @type Boolean
//#
// @property _readme
// @type String
// @private
//#
// @property github
// @type String