Update inline comments

This commit is contained in:
Andreas Hocevar
2020-11-05 10:40:45 +01:00
parent 68d6a6b84c
commit f242b7d618

View File

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