summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/extensions.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/extensions.rst b/doc/extensions.rst
index 204fde3..36a4849 100644
--- a/doc/extensions.rst
+++ b/doc/extensions.rst
@@ -140,3 +140,7 @@ docstring defining the interface, e.g. a superclass method, after "see"::
Naming inconsistencies in existing parameter and their type documentations are
still detected.
+
+By default, omitting the parameter documentation of a function altogether is
+tolerated without any warnings. If you want to switch off this behavior,
+set the option ``accept-no-param-doc`` to ``yes`` in your ``.pylintrc``.