commit: 88037804285588beec438e8388f0eb220bc8bcab
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 31 05:05:25 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Mar 31 05:20:02 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88037804
darcs.eclass: mark darcs_patchcount, darcs_fetch as @INTERNAL
Signed-off-by: Sam James <sam <AT> gentoo.org>
eclass/darcs.eclass | 2 ++
1 file changed, 2 insertions(+)
diff --git a/eclass/darcs.eclass b/eclass/darcs.eclass
index b617cb57c66..1ed886fb4dc 100644
--- a/eclass/darcs.eclass
+++ b/eclass/darcs.eclass
@@ -101,6 +101,7 @@ case ${EAPI:-0} in
esac
# @FUNCTION: darcs_patchcount
+# @INTERNAL
# @DESCRIPTION:
# Internal function to determine amount of patches in repository.
darcs_patchcount() {
@@ -110,6 +111,7 @@ darcs_patchcount() {
}
# @FUNCTION: darcs_fetch
+# @INTERNAL
# @DESCRIPTION:
# Internal function is called from darcs_src_unpack
darcs_fetch() {