[Python-projects] Epydoc and Missing docstring
Meding, Olaf
Olaf.Meding at bruker-axs.com
Mon Sep 24 23:17:30 CEST 2007
It would be nice if there is a way to NOT get a Missing docstring
(C0111) warning if a method is overridden.
Two reasons for this request: Epydoc automatically inherits the
docstring when generating API documentation, and to reduce our code
maintenance (avoid copy/paste of docstrings).
PS Epydoc does for Python what Javadoc does for Java.
Thanks for considering.
Olaf
More information about the Python-Projects
mailing list