🔧 Various AirDCPPSocketContext-related fixes
This commit is contained in:
20
jsdoc.json
20
jsdoc.json
@@ -1,7 +1,15 @@
|
||||
{
|
||||
"tags": { "allowUnknownTags": true },
|
||||
"tags": {
|
||||
"allowUnknownTags": true,
|
||||
"dictionaries": [
|
||||
"jsdoc",
|
||||
"closure"
|
||||
]
|
||||
},
|
||||
"source": {
|
||||
"include": ["./src/"],
|
||||
"include": [
|
||||
"./src/"
|
||||
],
|
||||
"includePattern": "\\.(jsx|js|ts|tsx)$"
|
||||
},
|
||||
"plugins": [
|
||||
@@ -10,7 +18,11 @@
|
||||
"plugins/markdown",
|
||||
"node_modules/better-docs/typescript"
|
||||
],
|
||||
"templates": { "better-docs": { "name": "My React components" } },
|
||||
"templates": {
|
||||
"better-docs": {
|
||||
"name": "ThreeTwo UI components"
|
||||
}
|
||||
},
|
||||
"opts": {
|
||||
"destination": "docs/",
|
||||
"readme": "README.md",
|
||||
@@ -19,4 +31,4 @@
|
||||
"verbose": true,
|
||||
"template": "node_modules/better-docs"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user