We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4094275 commit f4b8f1eCopy full SHA for f4b8f1e
index.js
@@ -8,6 +8,7 @@ var through2 = require('through2'),
8
* @param {Object} options output options
9
* @param {string} options.format either 'html', 'md', 'json', or 'docset'
10
* @param {string} options.filename custom filename for md or json output
11
+ * @param {Object} [documentation] your custom instance of documentation.js
12
* @returns {stream.Transform}
13
* @example
14
* var documentation = require('./'),
0 commit comments