commit: 88edeac4eff9f84f30898d487ac2c5e66321dd61
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 1 16:23:20 2026 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri Feb 20 17:23:57 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88edeac4
cargo.eclass: Document _cargo_set_crate_uris as internal function
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
eclass/cargo.eclass | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/eclass/cargo.eclass b/eclass/cargo.eclass
index cbde35be727b..76d3b9a61a64 100644
--- a/eclass/cargo.eclass
+++ b/eclass/cargo.eclass
@@ -1,4 +1,4 @@
-# Copyright 1999-2025 Gentoo Authors
+# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# @ECLASS: cargo.eclass
@@ -257,6 +257,7 @@ _cargo_check_initialized() {
# @FUNCTION: _cargo_set_crate_uris
# @USAGE: <crates>
+# @INTERNAL
# @DESCRIPTION:
# Generates the URIs to put in SRC_URI to help fetch dependencies.
# Constructs a list of crates from its arguments.