diff options
author | Hans de Graaff <graaff@gentoo.org> | 2017-11-18 08:42:08 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2017-11-18 09:02:24 +0100 |
commit | 6f2a10d758d423f1c43bdf1f1c5d975206a0fe32 (patch) | |
tree | 4ffdc5e01e3671de019c220fa41ad2476bb5dcdd /eclass/ruby-utils.eclass | |
parent | media-gfx/icoutils: Bump (diff) | |
download | gentoo-6f2a10d758d423f1c43bdf1f1c5d975206a0fe32.tar.gz gentoo-6f2a10d758d423f1c43bdf1f1c5d975206a0fe32.tar.bz2 gentoo-6f2a10d758d423f1c43bdf1f1c5d975206a0fe32.zip |
ruby-utils.eclass: Fix eclass doc warnings
Closes: https://bugs.gentoo.org/637872
Diffstat (limited to 'eclass/ruby-utils.eclass')
-rw-r--r-- | eclass/ruby-utils.eclass | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/ruby-utils.eclass b/eclass/ruby-utils.eclass index 3c6a22e74dc5..854ce06ac050 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 |