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 6c60fbe commit 9d3b2caCopy full SHA for 9d3b2ca
src/lib/parser/jdocs/parser.ts renamed to src/lib/parser/jdocs/render.ts
src/lib/parser/markdown.ts
@@ -12,7 +12,7 @@ import {
12
jsDocsToReferences,
13
jsDocsToReturnType
14
} from './jdocs/mapper';
15
-import {inlineReferences} from './jdocs/parser';
+import {inlineReferences} from './jdocs/render';
16
import type {Params, Row} from './types';
17
18
const toParams = (parameters?: DocEntry[]): Params[] =>
0 commit comments