We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a6c2dc commit 4a8b0b1Copy full SHA for 4a8b0b1
apps/api-extractor/src/enhancers/DocCommentEnhancer.ts
@@ -114,7 +114,7 @@ export class DocCommentEnhancer {
114
}
115
116
classMetadata.tsdocComment.remarksBlock.content.appendNode(
117
- new tsdoc.DocParagraph({ configuration}, [
+ new tsdoc.DocParagraph({ configuration }, [
118
new tsdoc.DocPlainText({
119
configuration,
120
text: `The constructor for this class is marked as internal. Third-party code should not`
0 commit comments