aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/lib/kdoc/kdoc_parser.py
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'docs-6.17' of git://git.lwn.net/linuxLinus Torvalds2025-07-311-467/+390
|\
| * scripts: kdoc: make it backward-compatible with Python 3.7Mauro Carvalho Chehab2025-07-171-1/+3
| * docs: kdoc: emit a warning for ancient versions of PythonJonathan Corbet2025-07-151-0/+9
| * docs: kdoc: clean up check_sections()Jonathan Corbet2025-07-151-20/+11
| * docs: kdoc: straighten up dump_declaration()Jonathan Corbet2025-07-151-10/+5
| * docs: kdoc: Regularize the use of the declaration nameJonathan Corbet2025-07-151-6/+0
| * docs: kdoc: Coalesce parameter-list handlingJonathan Corbet2025-07-151-20/+3
| * docs: kdoc: use self.entry.parameterlist directly in check_sections()Jonathan Corbet2025-07-151-9/+5
| * docs: kdoc: remove the "struct_actual" machineryJonathan Corbet2025-07-151-30/+2
| * docs: kdoc: Centralize handling of the item section listJonathan Corbet2025-07-151-17/+3
| * docs: kdoc: drop "sectionlist"Jonathan Corbet2025-07-151-12/+1
| * docs: kdoc: simplify the output-item passingJonathan Corbet2025-07-021-1/+1
| * docs: kdoc; Add a rudimentary class to represent output itemsJonathan Corbet2025-07-021-21/+9
| * docs: kdoc: pretty up dump_enum()Jonathan Corbet2025-07-011-14/+25
| * docs: kdoc: some tweaks to process_proto_function()Jonathan Corbet2025-07-011-19/+24
| * docs: kdoc: rework type prototype parsingJonathan Corbet2025-07-011-18/+25
| * docs: kdoc: remove the brcount floor in process_proto_type()Jonathan Corbet2025-06-301-3/+1
| * docs: kdoc: don't reinvent string.strip()Jonathan Corbet2025-06-271-22/+5
| * docs: kdoc: split the processing of the two remaining inline statesJonathan Corbet2025-06-271-19/+18
| * docs: kdoc: remove the inline states-within-a-stateJonathan Corbet2025-06-271-30/+13
| * docs: kdoc: remove the INLINE_END stateJonathan Corbet2025-06-261-3/+1
| * docs: kdoc: rework process_export() slightlyJonathan Corbet2025-06-251-16/+14
| * docs: kdoc: remove KernelEntry::functionJonathan Corbet2025-06-251-1/+0
| * docs: kdoc: remove a bit of dead codeJonathan Corbet2025-06-251-7/+0
| * docs: kdoc: Move content handling into KernelEntryJonathan Corbet2025-06-251-32/+30
| * docs: kdoc: remove KernelEntry::in_doc_sectJonathan Corbet2025-06-251-4/+0
| * docs: kdoc: finish disentangling the BODY and SPECIAL_SECTION statesJonathan Corbet2025-06-251-32/+48
| * docs: kdoc: Add some comments to process_decl()Jonathan Corbet2025-06-251-14/+16
| * docs: kdoc: coalesce the end-of-comment processingJonathan Corbet2025-06-251-22/+14
| * docs: kdoc: rework the handling of SPECIAL_SECTIONJonathan Corbet2025-06-251-28/+20
| * docs: kdoc: coalesce the new-section handlingJonathan Corbet2025-06-251-36/+13
| * docs: kdoc: split out the special-section stateJonathan Corbet2025-06-251-12/+12
| * docs: kdoc: separate out the handling of the declaration phaseJonathan Corbet2025-06-251-15/+78
| * docs: kdoc: consolidate the "begin section" logicJonathan Corbet2025-06-251-15/+17
| * docs: kdoc: Make body_with_blank_line parsing more flexibleJonathan Corbet2025-06-251-1/+1
| * docs: kdoc: some final touches for process_name()Jonathan Corbet2025-06-091-13/+20
| * docs: kdoc: move the declaration regexes out of process_name()Jonathan Corbet2025-06-091-13/+17
| * docs: kdoc: remove some ineffective codeJonathan Corbet2025-06-091-5/+0
| * docs: kdoc: remove the KernelEntry::descr pseudo memberJonathan Corbet2025-06-091-6/+8
| * docs: kdoc: remove the KernelEntry::is_kernel_comment memberJonathan Corbet2025-06-091-8/+8
| * docs: kdoc: simplify the kerneldoc recognition codeJonathan Corbet2025-06-091-16/+8
| * docs: kdoc: remove the section_intro variableJonathan Corbet2025-06-091-2/+1
| * docs: kdoc: move the core dispatch into a state tableJonathan Corbet2025-06-091-13/+17
| * docs: kdoc: simplify the PROTO continuation logicJonathan Corbet2025-06-091-6/+1
| * kernel-doc: Fix symbol matching for dropped suffixesMatthew Wilcox (Oracle)2025-06-091-0/+8
* | scripts/kernel_doc.py: properly handle VIRTIO_DECLARE_FEATURESPaolo Abeni2025-07-081-0/+1
|/
* scripts/lib/kdoc/kdoc_parser.py: move kernel entry to a classMauro Carvalho Chehab2025-04-281-124/+149
* scripts/lib/kdoc: change mode to 0644Mauro Carvalho Chehab2025-04-281-0/+0
* scripts/lib/kdoc/kdoc_parser.py: move states to a separate classMauro Carvalho Chehab2025-04-211-57/+62
* scripts: kernel-doc: fix parsing function-like typedefs (again)Sean Anderson2025-04-091-1/+1