diff options
author | Aaron Bauman <bman@gentoo.org> | 2020-12-15 20:59:54 -0500 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2020-12-15 21:06:05 -0500 |
commit | 488c7ce45618fd1e68d2284b169c95a37499290a (patch) | |
tree | 4d595c55866118d960de049f48d37848fffa3178 /eclass/vim-doc.eclass | |
parent | eclass/toolchain: fixup documentation (diff) | |
download | gentoo-488c7ce45618fd1e68d2284b169c95a37499290a.tar.gz gentoo-488c7ce45618fd1e68d2284b169c95a37499290a.tar.bz2 gentoo-488c7ce45618fd1e68d2284b169c95a37499290a.zip |
eclass/vim-doc: fixup documentation
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'eclass/vim-doc.eclass')
-rw-r--r-- | eclass/vim-doc.eclass | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/eclass/vim-doc.eclass b/eclass/vim-doc.eclass index 5f281eba25f2..e21e2611296c 100644 --- a/eclass/vim-doc.eclass +++ b/eclass/vim-doc.eclass @@ -1,6 +1,11 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# + +# @ECLASS: vim-doc.eclass +# @MAINTAINER: +# Vim project <vim@gentoo.org> +# @BLURB: Work with Vim documentation +# @DESCRIPTION: # This eclass is used by vim.eclass and vim-plugin.eclass to update # the documentation tags. This is necessary since vim doesn't look in # /usr/share/vim/vimfiles/doc for documentation; it only uses the |