Skip to content

Commit 5cba6a4

Browse files
Update tsdoc/src/configuration/TSDocValidationConfiguration.ts
Co-authored-by: Pete Gonzalez <4673363+octogonz@users.noreply.github.com>
1 parent 1ecaf96 commit 5cba6a4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tsdoc/src/configuration/TSDocValidationConfiguration.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ export class TSDocValidationConfiguration {
3737
/**
3838
* Set `reportUnsupportedHtmlElements` to true to issue a warning for HTML elements which
3939
* are not defined in your TSDoc configuration's `supportedHtmlElements` field.
40+
*
41+
* @defaultValue `false`
4042
*/
4143
public reportUnsupportedHtmlElements: boolean = false;
4244
}

0 commit comments

Comments
 (0)