mirror of
https://github.com/neovim/neovim.git
synced 2025-12-08 23:52: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
@@ -36,7 +36,6 @@ end
|
||||
local M = {}
|
||||
|
||||
--- Mapping of error codes used by the client
|
||||
--- @nodoc
|
||||
local client_errors = {
|
||||
INVALID_SERVER_MESSAGE = 1,
|
||||
INVALID_SERVER_JSON = 2,
|
||||
|
||||
Reference in New Issue
Block a user