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.
@abstract
1 parent 43f1dc2 commit 68a6110Copy full SHA for 68a6110
src/lib/utils/options/tsdoc-defaults.ts
@@ -21,6 +21,7 @@ export const blockTags = [
21
"@categoryDescription",
22
"@default",
23
"@document",
24
+ "@abstract",
25
"@extends",
26
"@augments", //Alias for @extends
27
"@yields",
tsdoc.json
@@ -67,6 +67,10 @@
67
"tagName": "@class",
68
"syntaxKind": "modifier"
69
},
70
+ {
71
+ "tagName": "@abstract",
72
+ "syntaxKind": "block"
73
+ },
74
{
75
"tagName": "@document",
76
"syntaxKind": "block"
0 commit comments