Skip to content

Commit

Permalink
bash-completion-r1.eclass: mark get_bashcompdir, get_bashhelpersdir a…
Browse files Browse the repository at this point in the history
…s @INCLUDES_EPREFIX

Signed-off-by: Sam James <[email protected]>
  • Loading branch information
thesamesam committed Apr 25, 2023
1 parent 39b103d commit 8e995bc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion eclass/bash-completion-r1.eclass
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

# @ECLASS: bash-completion-r1.eclass
Expand Down Expand Up @@ -75,6 +75,7 @@ _bash-completion-r1_get_bashhelpersdir() {
}

# @FUNCTION: get_bashcompdir
# @INCLUDES_EPREFIX
# @DESCRIPTION:
# Get the bash-completion completions directory.
get_bashcompdir() {
Expand All @@ -84,6 +85,7 @@ get_bashcompdir() {
}

# @FUNCTION: get_bashhelpersdir
# @INCLUDES_EPREFIX
# @INTERNAL
# @DESCRIPTION:
# Get the bash-completion helpers directory.
Expand Down

0 comments on commit 8e995bc

Please sign in to comment.