Previously "pkgcheck scan rebar.class" would complain about EclassDocError: rebar: failed parsing eclass docs: '@RETURN:', line 61: non-inline arg
Thanks to Ulrich Müller for providing feedback. Signed-off-by: Florian Schmaus <[email protected]> --- eclass/rebar.eclass | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/eclass/rebar.eclass b/eclass/rebar.eclass index 7f712905c407..f43c036b22ea 100644 --- a/eclass/rebar.eclass +++ b/eclass/rebar.eclass @@ -53,9 +53,7 @@ get_erl_libs() { # @FUNCTION: _rebar_find_dep # @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: 0 success, 1 dependency not found, 2 multiple versions 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>' -- 2.30.2
