Closed dadadel closed 3 years ago
This adds support for types declared inside a param statement for reST docstrings like in: :param str name: description. However, Pyment will still continue to produce reST docstring where the type is not inside the param statement. This closes #85
:param str name: description
This adds support for types declared inside a param statement for reST docstrings like in:
:param str name: description
. However, Pyment will still continue to produce reST docstring where the type is not inside the param statement. This closes #85