Update inline comments
This commit is contained in:
@@ -1,6 +1,5 @@
|
|||||||
/**
|
/**
|
||||||
* @fileoverview Generates JSON output based on exportable symbols (those with
|
* @fileoverview Generates JSON output based on exportable symbols.
|
||||||
* an api tag) and boolean defines (with a define tag and a default value).
|
|
||||||
*/
|
*/
|
||||||
const assert = require('assert');
|
const assert = require('assert');
|
||||||
const path = require('path');
|
const path = require('path');
|
||||||
@@ -20,7 +19,7 @@ exports.publish = function (data, opts) {
|
|||||||
return types;
|
return types;
|
||||||
}
|
}
|
||||||
|
|
||||||
// get all doclets with the "api" property or define (excluding events)
|
// get all doclets that have exports
|
||||||
const classes = {};
|
const classes = {};
|
||||||
const docs = data(
|
const docs = data(
|
||||||
[
|
[
|
||||||
|
|||||||
Reference in New Issue
Block a user