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 66afb26 commit cafd69eCopy full SHA for cafd69e
lib/output/html.js
@@ -40,8 +40,8 @@ function highlight(comment) {
40
* Formats documentation as HTML.
41
*
42
* @param {Array<Object>} comments parsed comments
43
- * @param {Object} opts Options that can customize the output
44
- * @param {string} [opts.theme] Name of a module used for an HTML theme.
+ * @param {Object} options Options that can customize the output
+ * @param {string} [options.theme] Name of a module used for an HTML theme.
45
* @param {Function} callback called with array of results as vinyl-fs objects
46
* @returns {undefined} calls callback
47
* @name html
0 commit comments