]> Gentwo Git Trees - linux/.git/commit
Merge branch 'media-uapi' into docs-mw
authorJonathan Corbet <corbet@lwn.net>
Fri, 17 Oct 2025 20:07:08 +0000 (14:07 -0600)
committerJonathan Corbet <corbet@lwn.net>
Fri, 17 Oct 2025 20:07:08 +0000 (14:07 -0600)
commitd0841b8761da8c8d8681b452c3899658fdfb9ca6
tree6ca94d962826bd7dfdd354420d49c3c471b66123
parent44abc8fcbff21fa13efb41261aa8b50d79f19584
parentbe63b06be5f2cfde6e7dd367a80700292da876c6
Merge branch 'media-uapi' into docs-mw

Mauro says:

In the past, media used Docbook to generate documentation, together
with some logic to ensure that cross-references would match the
actual defined uAPI.

The rationale is that we wanted to automatically check for uAPI
documentation gaps.

The same logic was migrated to Sphinx. Back then, broken links
were reported. However, recent versions of it and/or changes at
conf.py disabled such checks.

The result is that several symbols are now not cross-referenced,
and we don't get warnings anymore when something breaks.

This series consist on 2 parts:

Part 1: extra patches to parse_data_structs.py and kernel_include.py;
Part 2: media documentation fixes.