]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge branch 'mauro-vars' into docs-mw
authorJonathan Corbet <corbet@lwn.net>
Mon, 22 Dec 2025 21:52:57 +0000 (14:52 -0700)
committerJonathan Corbet <corbet@lwn.net>
Mon, 22 Dec 2025 21:52:57 +0000 (14:52 -0700)
commitd07e0857dcb647792a939a769fc73c20de20c28a
tree95566c9ceee76d92fd46a5d73ebbbbe6ac96df55
parent82e87387f6e2af9f69a7528733e953fd22e815aa
parentaaacd70fb77afe75075e8bdf8e493b0af42eeabd
Merge branch 'mauro-vars' into docs-mw

Mauro says:

As suggested and discussed with Randy, this small series add support
for documenting variables using kernel-doc.

- patch 1: add support for the new feature;
- patch 2: extends to support DEFINE_*;
- patch 3: document two media vars;
- patch 4: fix an issue on kernel-doc.rst markups and automarkup;
- patch 5: document it;
- patch 6: better handle DEFINE_ macros when they don't have static/type;

Since version 5, I'm using "c:macro" to describe variables, as it
avoids Sphinx C domain to try parse the variable. This makes it more
flexible and easier to maintain in long term.