mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2026-03-03 18:28:01 +01:00
Place kernel-doc modules documentation at Linux Kernel docs. Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> Signed-off-by: Jonathan Corbet <corbet@lwn.net> Message-ID: <88ac2d82a45718c4e27aefac831586a71204ebf2.1768838938.git.mchehab+huawei@kernel.org>
30 lines
548 B
ReStructuredText
30 lines
548 B
ReStructuredText
.. SPDX-License-Identifier: GPL-2.0
|
|
|
|
=======================
|
|
Kernel-doc parser stage
|
|
=======================
|
|
|
|
File handler classes
|
|
====================
|
|
|
|
.. automodule:: lib.python.kdoc.kdoc_files
|
|
:members:
|
|
:show-inheritance:
|
|
:undoc-members:
|
|
|
|
Parsed item data class
|
|
======================
|
|
|
|
.. automodule:: lib.python.kdoc.kdoc_item
|
|
:members:
|
|
:show-inheritance:
|
|
:undoc-members:
|
|
|
|
Parser classes and methods
|
|
==========================
|
|
|
|
.. automodule:: lib.python.kdoc.kdoc_parser
|
|
:members:
|
|
:show-inheritance:
|
|
:undoc-members:
|