File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ more additions are needed here:
1212
1313 rtla/index
1414 rv/index
15+ python
1516
1617.. only :: subproject and html
1718
Original file line number Diff line number Diff line change 1+ .. SPDX-License-Identifier: GPL-2.0
2+
3+ ==================
4+ Kernel-doc modules
5+ ==================
6+
7+ .. toctree ::
8+ :maxdepth: 2
9+
10+ kdoc_parser
11+ kdoc_output
12+ kdoc_ancillary
Original file line number Diff line number Diff line change 1+ .. SPDX-License-Identifier: GPL-2.0
2+
3+ =================
4+ Ancillary classes
5+ =================
6+
7+ Argparse formatter class
8+ ========================
9+
10+ .. automodule :: lib.python.kdoc.enrich_formatter
11+ :members:
12+ :show-inheritance:
13+ :undoc-members:
14+
15+ Regular expression class handler
16+ ================================
17+
18+ .. automodule :: lib.python.kdoc.kdoc_re
19+ :members:
20+ :show-inheritance:
21+ :undoc-members:
22+
23+
24+ Chinese, Japanese and Korean variable fonts handler
25+ ===================================================
26+
27+ .. automodule :: lib.python.kdoc.latex_fonts
28+ :members:
29+ :show-inheritance:
30+ :undoc-members:
31+
32+ Kernel C file include logic
33+ ===========================
34+
35+ .. automodule :: lib.python.kdoc.parse_data_structs
36+ :members:
37+ :show-inheritance:
38+ :undoc-members:
39+
40+ Python version ancillary methods
41+ ================================
42+
43+ .. automodule :: lib.python.kdoc.python_version
44+ :members:
45+ :show-inheritance:
46+ :undoc-members:
Original file line number Diff line number Diff line change 1+ .. SPDX-License-Identifier: GPL-2.0
2+
3+ =======================
4+ Kernel-doc output stage
5+ =======================
6+
7+ Output handler for man pages and ReST
8+ =====================================
9+
10+ .. automodule :: lib.python.kdoc.kdoc_output
11+ :members:
12+ :show-inheritance:
13+ :undoc-members:
14+
Original file line number Diff line number Diff line change 1+ .. SPDX-License-Identifier: GPL-2.0
2+
3+ =======================
4+ Kernel-doc parser stage
5+ =======================
6+
7+ File handler classes
8+ ====================
9+
10+ .. automodule :: lib.python.kdoc.kdoc_files
11+ :members:
12+ :show-inheritance:
13+ :undoc-members:
14+
15+ Parsed item data class
16+ ======================
17+
18+ .. automodule :: lib.python.kdoc.kdoc_item
19+ :members:
20+ :show-inheritance:
21+ :undoc-members:
22+
23+ Parser classes and methods
24+ ==========================
25+
26+ .. automodule :: lib.python.kdoc.kdoc_parser
27+ :members:
28+ :show-inheritance:
29+ :undoc-members:
Original file line number Diff line number Diff line change 1+ .. SPDX-License-Identifier: GPL-2.0
2+
3+ ================
4+ Python libraries
5+ ================
6+
7+ .. toctree ::
8+ :maxdepth: 4
9+
10+ kdoc
You can’t perform that action at this time.
0 commit comments