summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnna Vyalkova <cyber+gentoo@sysrq.in>2022-04-06 16:43:44 +0500
committerPatrice Clement <monsieurp@gentoo.org>2022-05-30 14:57:02 +0200
commit6e2405e9fe80a6f2fb1128fd9bc295d37e625ae8 (patch)
tree64d8788cd6075fd7419d340722e24e936c4a3432
parentvim-doc.eclass: add debug-print-function call (diff)
downloadgentoo-6e2405e9fe80a6f2fb1128fd9bc295d37e625ae8.tar.gz
gentoo-6e2405e9fe80a6f2fb1128fd9bc295d37e625ae8.tar.bz2
gentoo-6e2405e9fe80a6f2fb1128fd9bc295d37e625ae8.zip
vim-doc.eclass: document update_vim_helptags
Signed-off-by: Anna Vyalkova <cyber+gentoo@sysrq.in> Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
-rw-r--r--eclass/vim-doc.eclass4
1 files changed, 4 insertions, 0 deletions
diff --git a/eclass/vim-doc.eclass b/eclass/vim-doc.eclass
index 968f4657b66a..119ce793071d 100644
--- a/eclass/vim-doc.eclass
+++ b/eclass/vim-doc.eclass
@@ -23,6 +23,10 @@ esac
if [[ ! ${_VIM_DOC_ECLASS} ]] ; then
+# @FUNCTION: update_vim_helptags
+# @USAGE:
+# @DESCRIPTION:
+# Update the documentation tags in the versioned Vim directory.
update_vim_helptags() {
debug-print-function ${FUNCNAME} "${@}"