1.. SPDX-License-Identifier: GPL-2.0 2 3======================= 4Kernel-doc parser stage 5======================= 6 7C replacement rules used by the parser 8====================================== 9 10.. automodule:: lib.python.kdoc.xforms_lists 11 :members: 12 :show-inheritance: 13 :undoc-members: 14 15File handler classes 16==================== 17 18.. automodule:: lib.python.kdoc.kdoc_files 19 :members: 20 :show-inheritance: 21 :undoc-members: 22 23Parsed item data class 24====================== 25 26.. automodule:: lib.python.kdoc.kdoc_item 27 :members: 28 :show-inheritance: 29 :undoc-members: 30 31Parser classes and methods 32========================== 33 34.. automodule:: lib.python.kdoc.kdoc_parser 35 :members: 36 :show-inheritance: 37 :undoc-members: 38