mirror of
https://github.com/google/blockly.git
synced 2025-12-15 13:50:08 +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
|
// Include the definitions that are required for API Extractor
|
||||||
"extends": ["@microsoft/api-extractor/extends/tsdoc-base.json"],
|
"extends": ["@microsoft/api-extractor/extends/tsdoc-base.json"],
|
||||||
"tagDefinitions": [
|
"tagDefinitions": [
|
||||||
{
|
|
||||||
"tagName": "@alias",
|
|
||||||
"syntaxKind": "block"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"tagName": "@define",
|
"tagName": "@define",
|
||||||
"syntaxKind": "block"
|
"syntaxKind": "block"
|
||||||
@@ -18,18 +14,12 @@
|
|||||||
{
|
{
|
||||||
"tagName": "@nocollapse",
|
"tagName": "@nocollapse",
|
||||||
"syntaxKind": "modifier"
|
"syntaxKind": "modifier"
|
||||||
},
|
|
||||||
{
|
|
||||||
"tagName": "@suppress",
|
|
||||||
"syntaxKind": "modifier"
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
||||||
"supportForTags": {
|
"supportForTags": {
|
||||||
"@alias": true,
|
|
||||||
"@define": true,
|
"@define": true,
|
||||||
"@license": true,
|
"@license": true,
|
||||||
"@nocollapse": true,
|
"@nocollapse": true
|
||||||
"@suppress": true
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user