mirror of
https://github.com/neovim/neovim.git
synced 2025-12-16 03:15:39 +00:00
refactor(docs): remove unnecessary @private/@nodoc annotations (#33951)
* refactor(docs): remove `@private` annotations from local functions * refactor(docs): remove unnecessary `@nodoc` annotations
This commit is contained in:
committed by
GitHub
parent
8605f5655b
commit
bee45fc0e7
@@ -25,7 +25,6 @@ local M = {}
|
||||
|
||||
---@alias Range Range2|Range4|Range6
|
||||
|
||||
---@private
|
||||
---@param a_row integer
|
||||
---@param a_col integer
|
||||
---@param b_row integer
|
||||
@@ -166,7 +165,6 @@ function M.contains(r1, r2)
|
||||
return true
|
||||
end
|
||||
|
||||
--- @private
|
||||
--- @param source integer|string
|
||||
--- @param index integer
|
||||
--- @return integer
|
||||
|
||||
Reference in New Issue
Block a user