mirror of
https://github.com/neovim/neovim.git
synced 2025-12-17 11:55:34 +00:00
docs(lsp): annotate call_hierarchy function as private
This commit is contained in:
@@ -297,6 +297,7 @@ local function pick_call_hierarchy_item(call_hierarchy_items)
|
|||||||
return choice
|
return choice
|
||||||
end
|
end
|
||||||
|
|
||||||
|
--@private
|
||||||
local function call_hierarchy(method)
|
local function call_hierarchy(method)
|
||||||
local params = util.make_position_params()
|
local params = util.make_position_params()
|
||||||
request('textDocument/prepareCallHierarchy', params, function(err, _, result)
|
request('textDocument/prepareCallHierarchy', params, function(err, _, result)
|
||||||
|
|||||||
Reference in New Issue
Block a user