Files
FlexLove/.luarc.json
Michael Freno 4142b7e831 auto doc gen
2025-11-15 11:29:44 -05:00

26 lines
373 B
JSON

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