xref: /linux/Documentation/tools/kdoc_ancillary.rst (revision aec2f682d47c54ef434b2d440992626d80b1ebdc)
1.. SPDX-License-Identifier: GPL-2.0
2
3=================
4Ancillary classes
5=================
6
7Argparse formatter class
8========================
9
10.. automodule:: lib.python.kdoc.enrich_formatter
11   :members:
12   :show-inheritance:
13   :undoc-members:
14
15Regular expression class handler
16================================
17
18.. automodule:: lib.python.kdoc.kdoc_re
19   :members:
20   :show-inheritance:
21   :undoc-members:
22
23
24C tokenizer
25===========
26
27.. automodule:: lib.python.kdoc.c_lex
28   :members:
29   :show-inheritance:
30   :undoc-members:
31
32
33Chinese, Japanese and Korean variable fonts handler
34===================================================
35
36.. automodule:: lib.python.kdoc.latex_fonts
37   :members:
38   :show-inheritance:
39   :undoc-members:
40
41Kernel C file include logic
42===========================
43
44.. automodule:: lib.python.kdoc.parse_data_structs
45   :members:
46   :show-inheritance:
47   :undoc-members:
48
49Python version ancillary methods
50================================
51
52.. automodule:: lib.python.kdoc.python_version
53   :members:
54   :show-inheritance:
55   :undoc-members:
56
57Write output on YAML file
58=========================
59
60.. automodule:: lib.python.kdoc.kdoc_yaml_file
61   :members:
62   :show-inheritance:
63   :undoc-members:
64