commit: 955dc75a892001ed981a25a82517c0b70a9a092e Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Sun Feb 1 16:26:00 2026 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Sun Feb 1 21:02:17 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=955dc75a
nuget.eclass: Document _nuget_set_nuget_uris as internal function Acked-by: Maciej Barć <xgqt <AT> gentoo.org> Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> eclass/nuget.eclass | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/eclass/nuget.eclass b/eclass/nuget.eclass index 3fa732e79b5f..78143444d5b4 100644 --- a/eclass/nuget.eclass +++ b/eclass/nuget.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: nuget.eclass @@ -109,6 +109,7 @@ export NUGET_PACKAGES # @FUNCTION: _nuget_set_nuget_uris # @USAGE: <nugets> +# @INTERNAL # @DESCRIPTION: # Generates the URIs to put in SRC_URI to help fetch dependencies. # Constructs a list of NuGets from its arguments.
