add
  Adds an option that will appear multiple times to the javadoc tool. Each line can have more than one value separated by spaces.
addMultilineMultiValueOption("foo").setValue([ ["a"], ["b", "c"] ]) will produce the command-line 
    -foo 'a'
    -foo 'b' 'c'
Content copied to clipboard
Since
3.5
Parameters
option
command-line option