Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Mon, 30 May 2022 12:57:17
Message-Id: 1653915422.6e2405e9fe80a6f2fb1128fd9bc295d37e625ae8.monsieurp@gentoo
1 commit: 6e2405e9fe80a6f2fb1128fd9bc295d37e625ae8
2 Author: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
3 AuthorDate: Wed Apr 6 11:43:44 2022 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Mon May 30 12:57:02 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e2405e9
7
8 vim-doc.eclass: document update_vim_helptags
9
10 Signed-off-by: Anna Vyalkova <cyber+gentoo <AT> sysrq.in>
11 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
12
13 eclass/vim-doc.eclass | 4 ++++
14 1 file changed, 4 insertions(+)
15
16 diff --git a/eclass/vim-doc.eclass b/eclass/vim-doc.eclass
17 index 968f4657b66a..119ce793071d 100644
18 --- a/eclass/vim-doc.eclass
19 +++ b/eclass/vim-doc.eclass
20 @@ -23,6 +23,10 @@ esac
21
22 if [[ ! ${_VIM_DOC_ECLASS} ]] ; then
23
24 +# @FUNCTION: update_vim_helptags
25 +# @USAGE:
26 +# @DESCRIPTION:
27 +# Update the documentation tags in the versioned Vim directory.
28 update_vim_helptags() {
29 debug-print-function ${FUNCNAME} "${@}"