Gentoo Archives: gentoo-dev

From: Anna Vyalkova <cyber+gentoo@×××××.in>
To: gentoo-dev@l.g.o
Cc: vim@g.o
Subject: [gentoo-dev] [PATCH v3 7/8] vim-doc.eclass: document update_vim_helptags
Date: Wed, 06 Apr 2022 13:54:54
Message-Id: 20220406135203.24882-8-cyber+gentoo@sysrq.in
In Reply to: [gentoo-dev] [PATCH v3 0/8] Vim eclasses by Anna Vyalkova
1 Signed-off-by: Anna Vyalkova <cyber+gentoo@×××××.in>
2 ---
3 eclass/vim-doc.eclass | 4 ++++
4 1 file changed, 4 insertions(+)
5
6 diff --git a/eclass/vim-doc.eclass b/eclass/vim-doc.eclass
7 index 7485a33512..f4f268c38b 100644
8 --- a/eclass/vim-doc.eclass
9 +++ b/eclass/vim-doc.eclass
10 @@ -23,6 +23,10 @@ esac
11
12 if [[ ! ${_VIM_DOC_ECLASS} ]] ; then
13
14 +# @FUNCTION: update_vim_helptags
15 +# @USAGE:
16 +# @DESCRIPTION:
17 +# Update the documentation tags in the versioned Vim directory.
18 update_vim_helptags() {
19 debug-print-function ${FUNCNAME} "${@}"
20
21 --
22 2.35.1