docs: add note about the generate function

This commit is contained in:
Oleksandr Smirnov 2025-09-04 16:00:03 +03:00
parent 094afb2c21
commit 18eb8fd1c4
No known key found for this signature in database

View file

@ -10,6 +10,9 @@ local log = require "gopher._utils.log"
local u = require "gopher._utils" local u = require "gopher._utils"
local comment = {} 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 bufnr integer
---@param line string ---@param line string
---@return string ---@return string