aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api/vim.c
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2018-08-25 16:38:24 +0200
committerJustin M. Keyes <justinkz@gmail.com>2018-08-25 16:38:24 +0200
commitadd2a6239810a936f682d340525ac98e5e1fb15b (patch)
tree9a382cdba19f22365bde98f4296d1761f04bbf4d /src/nvim/api/vim.c
parentff18d3b82737cff850e8576d67025283d61e8cb7 (diff)
downloadrneovim-add2a6239810a936f682d340525ac98e5e1fb15b.tar.gz
rneovim-add2a6239810a936f682d340525ac98e5e1fb15b.tar.bz2
rneovim-add2a6239810a936f682d340525ac98e5e1fb15b.zip
runtime/doc: fix broken links found by `make html`
Diffstat (limited to 'src/nvim/api/vim.c')
-rw-r--r--src/nvim/api/vim.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nvim/api/vim.c b/src/nvim/api/vim.c
index 1ffae8ef43..e78b8c776d 100644
--- a/src/nvim/api/vim.c
+++ b/src/nvim/api/vim.c
@@ -1083,7 +1083,7 @@ void nvim_set_client_info(uint64_t channel_id, String name,
/// - "buffer" buffer with connected |terminal| instance (optional)
/// - "client" information about the client on the other end of the
/// RPC channel, if it has added it using
-/// |nvim_set_client_info|. (optional)
+/// |nvim_set_client_info()|. (optional)
///
Dictionary nvim_get_chan_info(Integer chan, Error *err)
FUNC_API_SINCE(4)
@@ -1097,7 +1097,7 @@ Dictionary nvim_get_chan_info(Integer chan, Error *err)
/// Get information about all open channels.
///
/// @returns Array of Dictionaries, each describing a channel with
-/// the format specified at |nvim_get_chan_info|.
+/// the format specified at |nvim_get_chan_info()|.
Array nvim_list_chans(void)
FUNC_API_SINCE(4)
{