diff options
| author | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2026-03-23 12:10:46 +0300 |
|---|---|---|
| committer | Jonathan Corbet <corbet@lwn.net> | 2026-03-25 22:36:45 +0300 |
| commit | e896174e466f593f3a62fd4dd779e6686bf32f40 (patch) | |
| tree | 73c43ee27bc63cccd9d54fc2809b3e4221a0ae24 | |
| parent | 3f049a5ba920f96df9eeb576d72c99535ab300f2 (diff) | |
| download | linux-e896174e466f593f3a62fd4dd779e6686bf32f40.tar.xz | |
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 <mchehab+huawei@kernel.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Message-ID: <32b86abe7acee2dd4f73a35836ec94e8690f04cd.1774256269.git.mchehab+huawei@kernel.org>
| -rw-r--r-- | Documentation/tools/kdoc_ancillary.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Documentation/tools/kdoc_ancillary.rst b/Documentation/tools/kdoc_ancillary.rst index 85f3806a431a..249753744d11 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: |
