matlabdomain icon indicating copy to clipboard operation
matlabdomain copied to clipboard

Autodocument arguments blocks

Open XiaoCasd opened this issue 5 months ago • 1 comments

It would be helpful to auto-document the argument blocks of a function, and show the argument types, validations, and comments. For example, the following argument block in MATLAB

arguments 
   var string %It is a string
end

can be converted to a docstring

:param string var: It is a string

XiaoCasd avatar Aug 31 '24 08:08 XiaoCasd