We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c75bcf commit 140a438Copy full SHA for 140a438
src/generators/metadata/utils/parse.mjs
@@ -26,12 +26,6 @@ import { getRemark } from '../../../utils/remark.mjs';
26
* @param {ParserOutput<import('mdast').Root>} input
27
* @returns {Promise<Array<ApiDocMetadataEntry>>}
28
*/
29
-/**
30
- *
31
- * @param root0
32
- * @param root0.file
33
- * @param root0.tree
34
- */
35
export const parseApiDoc = ({ file, tree }) => {
36
/**
37
* This holds references to all the Metadata entries for a given file
0 commit comments