mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 01:04:41 +01:00
docs: add parse_features module documentation
Place parse_features module 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: <7c1e41468f765587f0962222e7f52125a039028f.1768838938.git.mchehab+huawei@kernel.org>
This commit is contained in:
parent
8b85f614f3
commit
cb472bb3c3
2 changed files with 11 additions and 0 deletions
10
Documentation/tools/feat.rst
Normal file
10
Documentation/tools/feat.rst
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
.. SPDX-License-Identifier: GPL-2.0
|
||||
|
||||
====================================
|
||||
Documentation features parser module
|
||||
====================================
|
||||
|
||||
.. automodule:: lib.python.feat.parse_features
|
||||
:members:
|
||||
:show-inheritance:
|
||||
:undoc-members:
|
||||
|
|
@ -8,5 +8,6 @@ Python libraries
|
|||
:maxdepth: 4
|
||||
|
||||
jobserver
|
||||
feat
|
||||
kdoc
|
||||
kabi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue