Skip to content

Commit 9d3b2ca

Browse files
refactor: rename to avoid repeating keyword parser
1 parent 6c60fbe commit 9d3b2ca

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

src/lib/parser/markdown.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import {
1212
jsDocsToReferences,
1313
jsDocsToReturnType
1414
} from './jdocs/mapper';
15-
import {inlineReferences} from './jdocs/parser';
15+
import {inlineReferences} from './jdocs/render';
1616
import type {Params, Row} from './types';
1717

1818
const toParams = (parameters?: DocEntry[]): Params[] =>

0 commit comments

Comments
 (0)