Gentoo Archives: gentoo-dev

From: Anna Vyalkova <cyber+gentoo@×××××.in>
To: gentoo-dev@l.g.o
Cc: vim@g.o
Subject: [gentoo-dev] [PATCH v4 7/9] vim-doc.eclass: document update_vim_helptags
Date: Thu, 07 Apr 2022 12:04:30
Message-Id: 20220407120116.12893-8-cyber+gentoo@sysrq.in
In Reply to: [gentoo-dev] [PATCH v4 0/9] 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