chore(build): auto-generate docs

This commit is contained in:
folke 2024-11-04 23:33:47 +00:00 committed by github-actions[bot]
parent e1f736d71f
commit be31778952

View file

@ -27,3 +27,11 @@ Snacks.debug.backtrace()
```lua
Snacks.debug.inspect(...)
```
### `Snacks.debug.profile()`
```lua
---@param fn fun()
---@param opts? {count?: number, flush?: boolean}
Snacks.debug.profile(fn, opts)
```