Docs
Example
GitHub
Preparing search index...
The search index is not available
TypeDoc API - v0.27.5
TypeDoc API
CommentParserConfig
Interface CommentParserConfig
interface
CommentParserConfig
{
blockTags
:
Set
<
string
>
;
commentStyle
:
Configuration
.
CommentStyle
;
inlineTags
:
Set
<
string
>
;
jsDocCompatibility
:
Configuration
.
JsDocCompatibility
;
modifierTags
:
Set
<
string
>
;
suppressCommentWarningsInDeclarationFiles
:
boolean
;
useTsLinkResolution
:
boolean
;
}
Index
Properties
block
Tags
comment
Style
inline
Tags
js
Doc
Compatibility
modifier
Tags
suppress
Comment
Warnings
In
Declaration
Files
use
Ts
Link
Resolution
Properties
block
Tags
blockTags
:
Set
<
string
>
comment
Style
commentStyle
:
Configuration
.
CommentStyle
inline
Tags
inlineTags
:
Set
<
string
>
js
Doc
Compatibility
jsDocCompatibility
:
Configuration
.
JsDocCompatibility
modifier
Tags
modifierTags
:
Set
<
string
>
suppress
Comment
Warnings
In
Declaration
Files
suppressCommentWarningsInDeclarationFiles
:
boolean
use
Ts
Link
Resolution
useTsLinkResolution
:
boolean
Settings
Member Visibility
Protected
Inherited
Internal
Theme
OS
Light
Dark
On This Page
Properties
block
Tags
comment
Style
inline
Tags
js
Doc
Compatibility
modifier
Tags
suppress
Comment
Warnings
In
Declaration
Files
use
Ts
Link
Resolution
Docs
Example
GitHub
TypeDoc API - v0.27.5
Loading...