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