Skip to content

Commit

Permalink
Update doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
temoridao committed Dec 19, 2021
1 parent 0358aea commit 46a2781
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Lib/Funcs.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -202,9 +202,8 @@ GetCmdParameterValue(parameterName, defaultValue := "") {
* @param cmdParam The command line parameter, may be an array of parameters or even empty value
* @param defVal The default value in case of @p cmdParam is empty
* @param quo Is command line parameter should be quoted? Default value is "autodetect" which means the
* quotation will be applied if resulting command line parameter contains white space. All other non
* null values will apply quotation regardless off command line parameter content; on the other side.
* null value will not apply any quotation
* quotation will be applied if current command line parameter contains white space. All other non
* null values of @p quo will apply quotation regardless off command line parameter content.
*
*
* @return Properly escaped @p cmdParam or @p defVal if former is empty with space prepended if needed
Expand Down

0 comments on commit 46a2781

Please sign in to comment.