Note that member docstrings need to be reST as well.

This commit is contained in:
Georg Brandl 2009-09-09 19:10:24 +02:00
parent 87cf9675c8
commit 290a623669

View File

@ -107,6 +107,9 @@ directive.
This can be combined with ``undoc-members`` to document *all* available
members of the class or module.
Note: this will lead to markup errors if the inherited members come from a
module whose docstrings are not reST formatted.
.. versionadded:: 0.3
* It's possible to override the signature for explicitly documented callable