commit:     15a4e77531a7ad1765c32c56a46f824a998c6c94
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 14 14:50:46 2026 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Wed Jan 14 14:50:46 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15a4e775

wrapper.eclass: Fix function documentation

Fixes: 93c765a9b349be736f86cb6ca823d8cf6220a335
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 eclass/wrapper.eclass | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/eclass/wrapper.eclass b/eclass/wrapper.eclass
index 1f995a60509f..8dd9a8086e3a 100644
--- a/eclass/wrapper.eclass
+++ b/eclass/wrapper.eclass
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2026 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # @ECLASS: wrapper.eclass
@@ -15,7 +15,7 @@ case ${EAPI} in
        *) die "${ECLASS}: EAPI ${EAPI:-0} not supported" ;;
 esac
 
-# FUNCTION: make_wrapper
+# @FUNCTION: make_wrapper
 # @USAGE: <wrapper> <target> [chdir] [libpaths] [installpath]
 # @DESCRIPTION:
 # Create a shell wrapper script named wrapper in installpath

Reply via email to