aboutsummaryrefslogtreecommitdiff
path: root/scripts/gendocs.lua
diff options
context:
space:
mode:
authormax397574 <[email protected]>2021-12-10 20:02:09 +0100
committermax397574 <[email protected]>2021-12-10 20:02:09 +0100
commit0a984a5b8cbff56f1247c55d5bd758e878ad0307 (patch)
tree9c94be8a1d2bb19ed860122b997334f53958e854 /scripts/gendocs.lua
parente663d34be6a97639f3bfadb27d4306f6c2c1858c (diff)
feat(vimdoc): add headers
Diffstat (limited to 'scripts/gendocs.lua')
-rw-r--r--scripts/gendocs.lua1
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"