Skip to content

Commit 47c17be

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsdoc/src/nodes/DocComment.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,9 @@ export class DocComment extends DocNode {
132132

133133
/**
134134
* Append an item to the seeBlocks collection.
135+
* @internal
135136
*/
136-
public appendSeeBlock(block: DocBlock): void {
137+
public _appendSeeBlock(block: DocBlock): void {
137138
this._seeBlocks.push(block);
138139
}
139140

0 commit comments

Comments
 (0)