docs: docgen

This commit is contained in:
Folke Lemaitre 2024-12-10 14:06:12 +01:00
parent 5577872e91
commit ea2ca9f9eb
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
3 changed files with 4 additions and 17 deletions

View file

@ -250,7 +250,7 @@ function M.render(scope, ctx)
end
end
-- Animate scope changes
-- Toggle scope animations
function M.animate()
M.animating = not M.animating
end
@ -289,6 +289,7 @@ function M.on_scope(win, _buf, scope, prev)
end
end
---@private
function M.debug()
if debug_timer:is_active() then
debug_timer:stop()