summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2020-12-16 10:44:39 -0500
committerAaron Bauman <bman@gentoo.org>2020-12-16 10:46:43 -0500
commit1b542cfc46e962fc486cb7df883ad8ba7dadfa07 (patch)
treec91527bfd0d81902e0a0379c70733c92b35c7a54 /eclass/rebar.eclass
parenteclass/autotools: fixup EclassDocError (diff)
downloadgentoo-1b542cfc46e962fc486cb7df883ad8ba7dadfa07.tar.gz
gentoo-1b542cfc46e962fc486cb7df883ad8ba7dadfa07.tar.bz2
gentoo-1b542cfc46e962fc486cb7df883ad8ba7dadfa07.zip
eclass/rebar: fixup EclassDocError
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'eclass/rebar.eclass')
-rw-r--r--eclass/rebar.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/rebar.eclass b/eclass/rebar.eclass
index 7f712905c407..17be853acfaa 100644
--- a/eclass/rebar.eclass
+++ b/eclass/rebar.eclass
@@ -54,8 +54,8 @@ get_erl_libs() {
# @INTERNAL
# @USAGE: <project_name>
# @RETURN: full path with EPREFIX to a Erlang package/project on success,
-# code 1 when dependency is not found and code 2 if multiple versions of
-# dependency are found.
+# @RETURN: code 1 when dependency is not found and code 2 if multiple versions of
+# @RETURN: dependency are found.
# @DESCRIPTION:
# Find a Erlang package/project by name in Erlang lib directory. Project
# directory is usually suffixed with version. It is matched to '<project_name>'