docs: add note about the generate function
This commit is contained in:
parent
094afb2c21
commit
18eb8fd1c4
1 changed files with 3 additions and 0 deletions
|
|
@ -10,6 +10,9 @@ local log = require "gopher._utils.log"
|
|||
local u = require "gopher._utils"
|
||||
local comment = {}
|
||||
|
||||
--- NOTE: The order of functions executed inside this function is IMPORTANT.
|
||||
--- This function is extremely fragile; run tests after making any changes.
|
||||
---
|
||||
---@param bufnr integer
|
||||
---@param line string
|
||||
---@return string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue