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 e41b827 commit 5ebbd0fCopy full SHA for 5ebbd0f
src/lib/converter/converter.ts
@@ -346,7 +346,7 @@ export class Converter extends ChildableComponent<
346
this.excludeNotDocumented &&
347
// If the enum is included, we should include members even if not documented.
348
!hasFlag(symbol.flags, ts.SymbolFlags.EnumMember) &&
349
- !symbol.getDocumentationComment(checker)
+ symbol.getDocumentationComment(checker).length === 0
350
) {
351
return true;
352
}
0 commit comments