mirror of
https://github.com/neovim/neovim.git
synced 2025-09-10 05:18:16 +00:00
fix(types): do not mark unstable API as private
These functions are allowed to be used downstream, they are just not API stable.
This commit is contained in:

committed by
Lewis Russell

parent
b8ddd3b6bb
commit
b813075b8a
@@ -371,10 +371,6 @@ end
|
||||
local function render_api_meta(_f, fun, write)
|
||||
write('')
|
||||
|
||||
if vim.startswith(fun.name, 'nvim__') then
|
||||
write('--- @private')
|
||||
end
|
||||
|
||||
if fun.deprecated then
|
||||
write('--- @deprecated')
|
||||
end
|
||||
|
Reference in New Issue
Block a user