chore: add @dochide annotation

- it's easier to distinguish @private and something i dont want to see in docs
This commit is contained in:
Oleksandr Smirnov 2025-03-22 22:55:20 +02:00
parent 592fe82760
commit 3b01af99c1
No known key found for this signature in database

View file

@ -30,4 +30,8 @@ hooks.write_pre = function(lines)
return lines
end
hooks.sections["@dochide"] = function(s)
s.parent:clear_lines()
end
MiniDoc.generate(files, "doc/gopher.nvim.txt", { hooks = hooks })