diff options
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/gendocs.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/gendocs.lua b/scripts/gendocs.lua index 246f9e9..bb0976d 100644 --- a/scripts/gendocs.lua +++ b/scripts/gendocs.lua @@ -6,6 +6,7 @@ docs.test = function() -- TODO: Fix the other files so that we can add them here. local input_files = { "./lua/startup/functions.lua", + "./lua/startup/headers.lua", } local output_file = "./doc/startup.txt" |