chore(build): auto-generate docs

This commit is contained in:
folke 2025-02-23 08:22:37 +00:00 committed by github-actions[bot]
parent e0f882e6d6
commit 70e7e081ee

View file

@ -158,9 +158,9 @@ Snacks.scope.attach(cb, opts)
### `Snacks.scope.get()`
```lua
---@param opts? snacks.scope.Opts
---@return snacks.scope.Scope?
Snacks.scope.get(opts)
---@param cb fun(scope?: snacks.scope.Scope)
---@param opts? snacks.scope.Opts|{parse?:boolean}
Snacks.scope.get(cb, opts)
```
### `Snacks.scope.jump()`