Repository: yetus
Updated Branches:
  refs/heads/master e1e22b361 -> e42326a1d


YETUS-642. reaper generated shelldocs output is busted

Signed-off-by: Jack Bearden <j...@jackbearden.com>


Project: http://git-wip-us.apache.org/repos/asf/yetus/repo
Commit: http://git-wip-us.apache.org/repos/asf/yetus/commit/e42326a1
Tree: http://git-wip-us.apache.org/repos/asf/yetus/tree/e42326a1
Diff: http://git-wip-us.apache.org/repos/asf/yetus/diff/e42326a1

Branch: refs/heads/master
Commit: e42326a1d4832c295f26e47d79746bcabb5adc13
Parents: e1e22b3
Author: Allen Wittenauer <a...@apache.org>
Authored: Fri Jul 20 11:58:12 2018 -0700
Committer: Allen Wittenauer <a...@apache.org>
Committed: Tue Aug 21 16:07:27 2018 -0700

----------------------------------------------------------------------
 precommit/core.d/reaper.sh | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/yetus/blob/e42326a1/precommit/core.d/reaper.sh
----------------------------------------------------------------------
diff --git a/precommit/core.d/reaper.sh b/precommit/core.d/reaper.sh
index 8a5f1dc..ce48c25 100755
--- a/precommit/core.d/reaper.sh
+++ b/precommit/core.d/reaper.sh
@@ -48,7 +48,7 @@ function reaper_usage
 ## @stability    stable
 ## @audience     private
 ## @replaceable  no
-## @params       arguments
+## @param        arguments
 function reaper_parse_args
 {
   declare i
@@ -89,7 +89,7 @@ function reaper_parse_args
 ## @stability    stable
 ## @audience     private
 ## @replaceable  yes
-## @params       arguments
+## @param        arguments
 function reaper_initialize
 {
   determine_user
@@ -168,9 +168,9 @@ function reaper_coproc_func
 ## @stability    evolving
 ## @audience     private
 ## @replaceable  yes
-## @params       module
-## @params       testlog
-## @params       testfrag
+## @param        module
+## @param        testlog
+## @param        testfrag
 function reaper_post_exec
 {
   declare module=$1
@@ -214,7 +214,7 @@ function reaper_post_exec
 ## @stability    evolving
 ## @audience     private
 ## @replaceable  yes
-## @params       jdkname
+## @param       jdkname
 function reaper_finalize_results
 {
   declare jdk=$1
@@ -238,7 +238,7 @@ function reaper_finalize_results
 ## @stability    evolving
 ## @audience     private
 ## @replaceable  yes
-## @params       jdkname
+## @param        jdkname
 function reaper_total_count
 {
 

Reply via email to