tridactyl.tridactyl/tsdoc.json
Oliver Blanthorn a0073eaf01
Replace @endflags with blank newline detection
This is kind of a hack but I won't lose too much sleep over it
2026-08-28 14:37:38 +02:00

12 lines
278 B
JSON

{
"$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json",
"extends": ["typedoc/tsdoc.json"],
"noStandardTags": false,
"tagDefinitions": [
{
"tagName": "@flag",
"syntaxKind": "block"
}
]
}