It would be useful to be able to document several similar arguments on a single line. For example, it is common to see things such as:
; :Params:
; fmt : in, required, type=string
; format string
; arg1, arg2, arg3, arg4 : in, optional, type=any
; arguments substituted into `fmt`
It would be useful to be able to document several similar arguments on a single line. For example, it is common to see things such as: