summaryrefslogtreecommitdiffstats
path: root/scripts/lib/kdoc/kdoc_parser.py
AgeCommit message (Expand)AuthorLines
2025-06-30docs: kdoc: remove the brcount floor in process_proto_type()Jonathan Corbet-3/+1
2025-06-27docs: kdoc: don't reinvent string.strip()Jonathan Corbet-22/+5
2025-06-27docs: kdoc: split the processing of the two remaining inline statesJonathan Corbet-19/+18
2025-06-27docs: kdoc: remove the inline states-within-a-stateJonathan Corbet-30/+13
2025-06-26docs: kdoc: remove the INLINE_END stateJonathan Corbet-3/+1
2025-06-25docs: kdoc: rework process_export() slightlyJonathan Corbet-16/+14
2025-06-25docs: kdoc: remove KernelEntry::functionJonathan Corbet-1/+0
2025-06-25docs: kdoc: remove a bit of dead codeJonathan Corbet-7/+0
2025-06-25docs: kdoc: Move content handling into KernelEntryJonathan Corbet-32/+30
2025-06-25docs: kdoc: remove KernelEntry::in_doc_sectJonathan Corbet-4/+0
2025-06-25docs: kdoc: finish disentangling the BODY and SPECIAL_SECTION statesJonathan Corbet-32/+48
2025-06-25docs: kdoc: Add some comments to process_decl()Jonathan Corbet-14/+16
2025-06-25docs: kdoc: coalesce the end-of-comment processingJonathan Corbet-22/+14
2025-06-25docs: kdoc: rework the handling of SPECIAL_SECTIONJonathan Corbet-28/+20
2025-06-25docs: kdoc: coalesce the new-section handlingJonathan Corbet-36/+13
2025-06-25docs: kdoc: split out the special-section stateJonathan Corbet-12/+12
2025-06-25docs: kdoc: separate out the handling of the declaration phaseJonathan Corbet-15/+78
2025-06-25docs: kdoc: consolidate the "begin section" logicJonathan Corbet-15/+17
2025-06-25docs: kdoc: Make body_with_blank_line parsing more flexibleJonathan Corbet-1/+1
2025-06-09docs: kdoc: some final touches for process_name()Jonathan Corbet-13/+20
2025-06-09docs: kdoc: move the declaration regexes out of process_name()Jonathan Corbet-13/+17
2025-06-09docs: kdoc: remove some ineffective codeJonathan Corbet-5/+0
2025-06-09docs: kdoc: remove the KernelEntry::descr pseudo memberJonathan Corbet-6/+8
2025-06-09docs: kdoc: remove the KernelEntry::is_kernel_comment memberJonathan Corbet-8/+8
2025-06-09docs: kdoc: simplify the kerneldoc recognition codeJonathan Corbet-16/+8
2025-06-09docs: kdoc: remove the section_intro variableJonathan Corbet-2/+1
2025-06-09docs: kdoc: move the core dispatch into a state tableJonathan Corbet-13/+17
2025-06-09docs: kdoc: simplify the PROTO continuation logicJonathan Corbet-6/+1
2025-06-09kernel-doc: Fix symbol matching for dropped suffixesMatthew Wilcox (Oracle)-0/+8
2025-04-28scripts/lib/kdoc/kdoc_parser.py: move kernel entry to a classMauro Carvalho Chehab-124/+149
2025-04-28scripts/lib/kdoc: change mode to 0644Mauro Carvalho Chehab-0/+0
2025-04-21scripts/lib/kdoc/kdoc_parser.py: move states to a separate classMauro Carvalho Chehab-59/+64
2025-04-09scripts: kernel-doc: fix parsing function-like typedefs (again)Sean Anderson-1/+1
2025-04-09scripts/kernel-doc.py: Rename the kernel doc Re class to KernReMauro Carvalho Chehab-132/+132
2025-04-09scripts/kernel_doc.py: better handle exported symbolsMauro Carvalho Chehab-7/+45
2025-04-09scripts/kernel-doc.py: Properly handle Werror and exit codesMauro Carvalho Chehab-9/+6
2025-04-09scripts/lib/kdoc/kdoc_parser.py: remove a python 3.9 dependencyMauro Carvalho Chehab-1/+1
2025-04-09scripts/kernel-doc.py: move modulename to man classMauro Carvalho Chehab-8/+1
2025-04-09scripts/lib/kdoc/kdoc_parser.py: fix Python compat with < v3.13Mauro Carvalho Chehab-2/+2
2025-04-09scripts/kernel-doc.py: adjust some coding style issuesMauro Carvalho Chehab-23/+7
2025-04-09scripts/kernel-doc.py: postpone warnings to the output pluginMauro Carvalho Chehab-21/+20
2025-04-09scripts/kernel-doc.py: fix handling of doc output checkMauro Carvalho Chehab-1/+2
2025-04-09scripts/kernel-doc.py: fix line number outputMauro Carvalho Chehab-4/+17
2025-04-09scripts/kernel-doc.py: move KernelDoc class to a separate fileMauro Carvalho Chehab-0/+1690