Skip to content

Commit 420d7c5

Browse files
committed
fixup! lint jsdoc
1 parent 158869e commit 420d7c5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/generators/legacy-json/utils/buildHierarchy.mjs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
* Recursively finds the most suitable parent entry for a given `entry` based on heading depth.
33
*
44
* @param {ApiDocMetadataEntry} entry
5-
* @param {ApiDocMetadataEntry[]} entry
6-
* @param entries
5+
* @param {ApiDocMetadataEntry[]} entries
76
* @param {number} startIdx
87
* @returns {import('../types.d.ts').HierarchizedEntry}
98
*/

0 commit comments

Comments
 (0)