Document the return type when translating Doxygen @return to Python.

In addition to translating the comment itself, also document the type of the
object returned. This is consistent with generating not only :param: but also
:type: for the parameters documented using @param.
This commit is contained in:
Vadim Zeitlin 2014-08-11 16:22:48 +02:00
commit 6aa9cd37a5
4 changed files with 49 additions and 22 deletions

View file

@ -99,10 +99,13 @@ r"""
Another remarks section
:rtype: int
:return: Whatever
:rtype: int
:return: it
:rtype: int
:return: may return
See also: someOtherMethod