mgalloy / idldoc

Documenting IDL code
Other
20 stars 13 forks source link

Multiple arguments per line #85

Open mgalloy opened 9 years ago

mgalloy commented 9 years ago

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`