mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Note that member docstrings need to be reST as well.
This commit is contained in:
parent
87cf9675c8
commit
290a623669
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user