.. _missing-any-param-doc: missing-any-param-doc / W9021 ============================= **Message emitted:** ``Missing any documentation in "%s"`` **Description:** *Please add parameter and/or type documentation.* **Problematic code:** .. literalinclude:: /data/messages/m/missing-any-param-doc/bad.py :language: python **Correct code:** .. literalinclude:: /data/messages/m/missing-any-param-doc/good.py :language: python **Configuration file:** .. literalinclude:: /data/messages/m/missing-any-param-doc/pylintrc :language: ini .. note:: This message is emitted by the optional :ref:`'parameter_documentation'` checker, which requires the ``pylint.extensions.docparams`` plugin to be loaded. Created by the `parameter_documentation `__ checker.