aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rwxr-xr-xsrc/gen/gen_eval_files.lua4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gen/gen_eval_files.lua b/src/gen/gen_eval_files.lua
index f99f6bafbd..b5351cb3a4 100755
--- a/src/gen/gen_eval_files.lua
+++ b/src/gen/gen_eval_files.lua
@@ -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