test.sh:20: warning: argument 'delimiter' of command @param is not found in the argument list of hello(delimiter)
test.sh:8: warning: argument 'string' of command @param is not found in the argument list of simple_function(string, delimiter)
test.sh:8: warning: argument 'delimiter' of command @param is not found in the argument list of simple_function(string, delimiter)
Since .sh files are based on the C oxygen parser, this error seems logic, but I was wondering if we could prevent it.
Since .sh files are based on the C oxygen parser, this error seems logic, but I was wondering if we could prevent it.