]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
docs: add a new file to write kernel-doc output to a YAML file
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Wed, 18 Mar 2026 09:11:13 +0000 (10:11 +0100)
committerJonathan Corbet <corbet@lwn.net>
Sun, 22 Mar 2026 21:10:40 +0000 (15:10 -0600)
commitb37b3cbbb1f1a99bc8b95d9f00fcf887c27f4770
tree135b8b5701d31a1b0185da728cba4b0c2bf8ea7a
parenteea0d807dbd42b411ae0df21c6ca8d3560cb9fbf
docs: add a new file to write kernel-doc output to a YAML file

Storing kernel-doc output is helpful to allow debugging problems
on it and to preparate unit tests.

Add a class to store such contents at the same format as defined
at kdoc-test-schema.yaml.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Message-ID: <5d084ca1a91f6a620534a1135d1b8183d934319a.1773823995.git.mchehab+huawei@kernel.org>
tools/lib/python/kdoc/kdoc_yaml_file.py [new file with mode: 0644]