mirror of
https://github.com/google/blockly.git
synced 2025-12-13 12:50:07 +01:00
chore: Remove unneeded handling for @suppress and @alias. (#8633)
This commit is contained in:
12
tsdoc.json
12
tsdoc.json
@@ -3,10 +3,6 @@
|
||||
// Include the definitions that are required for API Extractor
|
||||
"extends": ["@microsoft/api-extractor/extends/tsdoc-base.json"],
|
||||
"tagDefinitions": [
|
||||
{
|
||||
"tagName": "@alias",
|
||||
"syntaxKind": "block"
|
||||
},
|
||||
{
|
||||
"tagName": "@define",
|
||||
"syntaxKind": "block"
|
||||
@@ -18,18 +14,12 @@
|
||||
{
|
||||
"tagName": "@nocollapse",
|
||||
"syntaxKind": "modifier"
|
||||
},
|
||||
{
|
||||
"tagName": "@suppress",
|
||||
"syntaxKind": "modifier"
|
||||
}
|
||||
],
|
||||
|
||||
"supportForTags": {
|
||||
"@alias": true,
|
||||
"@define": true,
|
||||
"@license": true,
|
||||
"@nocollapse": true,
|
||||
"@suppress": true
|
||||
"@nocollapse": true
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user