[ 
https://issues.apache.org/jira/browse/YETUS-120?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14970123#comment-14970123
 ] 

jun aoki commented on YETUS-120:
--------------------------------

[~sekikn] thank you for your feedback. will do format-patch. And I'm still 
ramping up with the project but  let me go through one more round to see if I 
can add more.
[~aw], lack of my knowledge, are you saying shelldocs.py should sweep through 
"declare" and find discrepancies with @param ?
{code}
250 ## @description  driver for dryrun methods
251 ## @replaceable  no
252 ## @audience     private
253 ## @stability    evolving
254 function patchfile_dryrun_driver
255 {
256   declare patchfile=$1    /// <<------ like this where corresponding @param 
does not exist?
257   declare method
258
259   #shellcheck disable=SC2153
260   for method in "${PATCH_METHODS[@]}"; do
{code}

> missing document parameter for patchfile_dryrun_driver
> ------------------------------------------------------
>
>                 Key: YETUS-120
>                 URL: https://issues.apache.org/jira/browse/YETUS-120
>             Project: Yetus
>          Issue Type: Bug
>          Components: Test Patch, website and documentation
>            Reporter: jun aoki
>            Assignee: jun aoki
>            Priority: Trivial
>         Attachments: YETUS-120.patch
>
>
> Missing @param document attribute for patchfile_dryrun_driver()



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to