Does anyone know how to document arguments for a method declared as:

public function foo( ... args ):void {}

Ideally, I'd like to specify individual @param arguments (there's a
reason why the method does not declare specific arg types). However,
ASDoc seems to recognize only the first one and puts "... args" as the
argument name in there.

Thanks,
Mark

Reply via email to