Skip to content

Commit 738354c

Browse files
committed
Mark appendSeeBlock() as internal
1 parent 47c17be commit 738354c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsdoc/src/parser/NodeParser.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ export class NodeParser {
330330
docComment.returnsBlock = block;
331331
break;
332332
case StandardTags.see.tagNameWithUpperCase:
333-
docComment.appendSeeBlock(block);
333+
docComment._appendSeeBlock(block);
334334
break;
335335
default:
336336
docComment.appendCustomBlock(block);

0 commit comments

Comments
 (0)