Fixed some jsdoc issues.

This commit is contained in:
Simon Seyock
2021-02-02 12:08:33 +01:00
parent f590cb3473
commit 808868ad1f
6 changed files with 5 additions and 9 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
/**
* @filedesc
* @fileoverview
* Inlines option params from typedefs
*/
+2 -2
View File
@@ -190,9 +190,9 @@ function generateSourceFiles(sourceFiles) {
* for display purposes. This function mutates the original arrays.
*
* @private
* @param {Array<module:jsdoc/doclet.Doclet>} doclets - The array of classes and functions to
* @param {Array<module:jsdoc/doclet.Doclet>} doclets The array of classes and functions to
* check.
* @param {Array<module:jsdoc/doclet.Doclet>} modules - The array of module doclets to search.
* @param {Array<module:jsdoc/doclet.Doclet>} modules The array of module doclets to search.
*/
function attachModuleSymbols(doclets, modules) {
const symbols = {};