commit: 6f2a10d758d423f1c43bdf1f1c5d975206a0fe32 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Sat Nov 18 07:42:08 2017 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Sat Nov 18 08:02:24 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f2a10d7
ruby-utils.eclass: Fix eclass doc warnings Closes: https://bugs.gentoo.org/637872 eclass/ruby-utils.eclass | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/eclass/ruby-utils.eclass b/eclass/ruby-utils.eclass index 3c6a22e74dc..854ce06ac05 100644 --- a/eclass/ruby-utils.eclass +++ b/eclass/ruby-utils.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # @ECLASS: ruby-utils.eclass @@ -19,6 +19,7 @@ if [[ ! ${_RUBY_UTILS} ]]; then # @ECLASS-VARIABLE: RUBY_TARGETS_PREFERENCE +# @INTERNAL # @DESCRIPTION: # This variable lists all the known ruby targets in preference of use as # determined by the ruby team. By using this ordering rather than the
