multidoc.template#

multidoc.template.get_docstring_template(**kwargs)[source]#
Parameters

kwargs (dict[str, Any]) – One of the supported multidoc.template.__languages__ must be set to true in the **kwargs in order to facilitate successful docstring deduction.

multidoc.template.get_enum_member_template(**kwargs)[source]#
Parameters

kwargs (dict[str, Any]) – One of the supported multidoc.template.__languages__ must be set to true in the **kwargs in order to facilitate successful docstring deduction.

multidoc.template.get_property_template(**kwargs)[source]#
Parameters

kwargs (dict[str, Any]) – One of the supported multidoc.template.__languages__ must be set to true in the **kwargs in order to facilitate successful docstring deduction.