From: Mauro Carvalho Chehab Date: Mon, 23 Mar 2026 09:10:46 +0000 (+0100) Subject: docs: tools: include kdoc_yaml_file at documentation X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e896174e466f593f3a62fd4dd779e6686bf32f40;p=thirdparty%2Fkernel%2Flinux.git docs: tools: include kdoc_yaml_file at documentation Add an autodoc entry for the new kdoc_yaml_file module. Signed-off-by: Mauro Carvalho Chehab Signed-off-by: Jonathan Corbet Message-ID: <32b86abe7acee2dd4f73a35836ec94e8690f04cd.1774256269.git.mchehab+huawei@kernel.org> --- diff --git a/Documentation/tools/kdoc_ancillary.rst b/Documentation/tools/kdoc_ancillary.rst index 85f3806a431ab..249753744d11b 100644 --- a/Documentation/tools/kdoc_ancillary.rst +++ b/Documentation/tools/kdoc_ancillary.rst @@ -53,3 +53,11 @@ Python version ancillary methods :members: :show-inheritance: :undoc-members: + +Write output on YAML file +========================= + +.. automodule:: lib.python.kdoc.kdoc_yaml_file + :members: + :show-inheritance: + :undoc-members: