auto doc gen

This commit is contained in:
Michael Freno
2025-11-15 11:29:44 -05:00
parent 3861a5f472
commit 4142b7e831
7 changed files with 249173 additions and 0 deletions

25
.luarc.json Normal file
View File

@@ -0,0 +1,25 @@
{
"runtime": {
"version": "LuaJIT"
},
"workspace": {
"library": [
"${3rd}/love2d/library"
],
"ignoreDir": [
"testing",
"examples",
".git",
"tasks",
"themes"
],
"ignoreSubmodules": true
},
"diagnostics": {
"globals": ["love"]
},
"doc": {
"privateName": ["_.*"],
"protectedName": []
}
}