From f242b7d6184ef142df7eccf5e1202dd06d4543b1 Mon Sep 17 00:00:00 2001 From: Andreas Hocevar Date: Thu, 5 Nov 2020 10:40:45 +0100 Subject: [PATCH] Update inline comments --- config/jsdoc/info/publish.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/config/jsdoc/info/publish.js b/config/jsdoc/info/publish.js index fe2c8f1316..24ab362fa9 100644 --- a/config/jsdoc/info/publish.js +++ b/config/jsdoc/info/publish.js @@ -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( [