Skip to content

Commit 140a438

Browse files
committed
fixup!
1 parent 2c75bcf commit 140a438

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/generators/metadata/utils/parse.mjs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,6 @@ import { getRemark } from '../../../utils/remark.mjs';
2626
* @param {ParserOutput<import('mdast').Root>} input
2727
* @returns {Promise<Array<ApiDocMetadataEntry>>}
2828
*/
29-
/**
30-
*
31-
* @param root0
32-
* @param root0.file
33-
* @param root0.tree
34-
*/
3529
export const parseApiDoc = ({ file, tree }) => {
3630
/**
3731
* This holds references to all the Metadata entries for a given file

0 commit comments

Comments
 (0)