This commit is contained in:
Robert Jelic
2025-09-13 10:21:46 +02:00
parent 8d53c556b5
commit e794402086
2 changed files with 1 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
local arg = arg or {...}
local SRC_DIR = arg[1] or 'src'
local OUT_DIR = arg[2] or 'build_docs/docs'
local OUT_DIR = arg[2] or 'build_docs/docs/references'
local BasaltDoc = require('tools/BasaltDoc')