diff options
author | TJ DeVries <devries.timothyj@gmail.com> | 2020-07-02 07:09:17 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-02 07:09:17 -0400 |
commit | 7b529e7912517af078e005dd7b06b3d042be9cb7 (patch) | |
tree | 07ce777cc208f93776e1a858bb3a1eac3d91bfdf /src/nvim/api/buffer.c | |
parent | 2844cd54dab2893a0baa0464e8de0a01f1048b05 (diff) | |
download | rneovim-7b529e7912517af078e005dd7b06b3d042be9cb7.tar.gz rneovim-7b529e7912517af078e005dd7b06b3d042be9cb7.tar.bz2 rneovim-7b529e7912517af078e005dd7b06b3d042be9cb7.zip |
doc: fix scripts and regenerate (#12506)
* Fix some small doc issues
* doc: fixup
* doc: fixup
* Fix lint and rebase
* Remove bad advice
* Ugh, stupid mpack files...
* Don't let people include these for now until they specifically want to
* Prevent duplicate tag
Diffstat (limited to 'src/nvim/api/buffer.c')
-rw-r--r-- | src/nvim/api/buffer.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nvim/api/buffer.c b/src/nvim/api/buffer.c index 18474c6588..8e61976c4b 100644 --- a/src/nvim/api/buffer.c +++ b/src/nvim/api/buffer.c @@ -42,6 +42,8 @@ /// \defgroup api-buffer /// +/// \brief For more information on buffers, see |buffers| +/// /// Unloaded Buffers:~ /// /// Buffers may be unloaded by the |:bunload| command or the buffer's |