]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
kernel-doc: add support to handle DEFINE_ variables
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Tue, 16 Dec 2025 14:26:13 +0000 (15:26 +0100)
committerJonathan Corbet <corbet@lwn.net>
Mon, 22 Dec 2025 21:43:25 +0000 (14:43 -0700)
commitbdd1cf87847ff6aaadd53a185209d2bb2db72165
tree650f2fb74292c650ec59bb6975b377ab732c89a1
parent1045ec382c6019b63cab24428783749a1cecc439
kernel-doc: add support to handle DEFINE_ variables

Improve the parser and output plugin to work with macros,
adding support for the common pattern of using DEFINE_*
to create variables.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Message-ID: <757a45100cfc493984574ff780aa9d90506eecb4.1765894964.git.mchehab+huawei@kernel.org>
tools/lib/python/kdoc/kdoc_output.py
tools/lib/python/kdoc/kdoc_parser.py