Moved description annotation on first line

This commit is contained in:
Daniel Mathiot
2021-08-17 18:42:41 +02:00
parent 11d463b08c
commit b73d0cba99

View File

@@ -42,7 +42,7 @@ M.generate = function ()
end end
-- At the end, add description annotation -- At the end, add description annotation
table.insert(comment, "---") table.insert(comment, 1, "---")
if #comment == 0 then return end if #comment == 0 then return end