refactor: refactor function arguments
[poolifier.git] / tsdoc.json
1 {
2 "$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json",
3 "extends": ["typedoc/tsdoc.json"],
4 "tagDefinitions": [
5 {
6 "tagName": "@author",
7 "syntaxKind": "block"
8 },
9 {
10 "tagName": "@since",
11 "syntaxKind": "block"
12 }
13 ]
14 }