🔧 Various AirDCPPSocketContext-related fixes

This commit is contained in:
2022-06-10 18:39:27 -07:00
parent a73250d99c
commit f308ec0f01
14 changed files with 264 additions and 961 deletions

View File

@@ -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"
}
}
}