aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lua/startup/headers.lua4
-rw-r--r--scripts/gendocs.lua1
2 files changed, 5 insertions, 0 deletions
diff --git a/lua/startup/headers.lua b/lua/startup/headers.lua
index d95511a..92352c5 100644
--- a/lua/startup/headers.lua
+++ b/lua/startup/headers.lua
@@ -1,3 +1,7 @@
+---@tag startup_nvim.headers
+---@brief [[
+--- This are functions which you can use to build your own startup.nvim theme.
+---@brief ]]
local headers = {}
function headers.default_header()
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"