.. _missing-any-param-doc:

missing-any-param-doc / W9021
=============================

**Message emitted:**

Missing any documentation in "%s"

**Description:**

*Please add parameter and/or type documentation.*


**Correct code:**

.. literalinclude:: /data/messages/m/missing-any-param-doc/good.py
   :language: python

**Additional details:**

You can help us make the doc better `by contributing <https://github.com/PyCQA/pylint/issues/5953>`_ !



.. note::
  This message is emitted by the optional :ref:`'parameter_documentation'<pylint.extensions.docparams>`
   checker which requires the ``pylint.extensions.docparams`` plugin to be loaded.

Created by the `parameter_documentation <https://github.com/PyCQA/pylint/blob/main/pylint/extensions/docparams.py>`__ checker.