| 12345678910111213141516171819202122232425 |
- {
- "$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json",
- "tagDefinitions": [
- {
- "tagName": "@class",
- "syntaxKind": "modifier"
- },
- {
- "tagName": "@author",
- "syntaxKind": "modifier"
- },
- {
- "tagName": "@version",
- "syntaxKind": "modifier"
- },
- {
- "tagName": "@description",
- "syntaxKind": "modifier"
- },
- {
- "tagName": "@interface",
- "syntaxKind": "modifier"
- }
- ]
- }
|