Skip to content

Commit

Permalink
fix: add header to docs (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpasmantier authored Aug 3, 2024
2 parents e425b22 + 1b98430 commit 9388fc0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions doc/pymple.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
*pymple.txt* pymple.nvim Help File
================================================================================
NVIM *pymple.nvim*

Expand Down
2 changes: 2 additions & 0 deletions scripts/gendocs.lua
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ docs.test = function()
-- Output file
local output_file_handle = io.open(OUTPUT_FILE, "w")

output_file_handle:write("*pymple.txt* pymple.nvim Help File\n")

for _, input_file in ipairs(input_files) do
docgen.write(input_file, output_file_handle)
end
Expand Down

0 comments on commit 9388fc0

Please # to comment.