This commit is contained in:
Robert Jelic
2025-09-13 09:56:37 +02:00
parent a5d21d44d4
commit 1d45cfe38c
2 changed files with 1 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ local arg = arg or {...}
local SRC_DIR = arg[1] or 'src'
local OUT_DIR = arg[2] or 'docs'
local BasaltDoc = require('BasaltDoc')
local BasaltDoc = require('tools/BasaltDoc')
local fileSystem
if fs then