mirror of
https://github.com/arcodange-org/mediabunny.git
synced 2026-09-27 10:53:50 +02:00
Add API doc generator, improve documentation across the board
This commit is contained in:
+13
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json",
|
||||
"extends": ["@microsoft/api-extractor/extends/tsdoc-base.json"],
|
||||
"tagDefinitions": [
|
||||
{
|
||||
"tagName": "@group",
|
||||
"syntaxKind": "block"
|
||||
}
|
||||
],
|
||||
"supportForTags": {
|
||||
"@group": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user