summaryrefslogtreecommitdiff
path: root/scripts/lib/kdoc/kdoc_parser.py
AgeCommit message (Expand)AuthorFilesLines
2025-09-18docs: kdoc: a few more dump_typedef() tweaksJonathan Corbet1-9/+11
2025-09-18docs: kdoc: remove redundant comment stripping in dump_typedef()Jonathan Corbet1-3/+0
2025-09-18docs: kdoc: remove some dead code in dump_typedef()Jonathan Corbet1-5/+0
2025-09-18docs: kdoc: final dump_function() cleanupsJonathan Corbet1-17/+13
2025-09-18docs: kdoc: consolidate some of the macro-processing logicJonathan Corbet1-23/+20
2025-09-18docs: kdoc: Simplify the dump_function() prototype regexesJonathan Corbet1-10/+10
2025-09-18docs: kdoc: remove a useless empty capture groupJonathan Corbet1-2/+2
2025-09-18docs: kdoc: remove a couple of spurious regex charactersJonathan Corbet1-1/+1
2025-09-18doc: kdoc: unify transform handlingJonathan Corbet1-31/+34
2025-09-18docs: kdoc: move the function transform patterns out of dump_function()Jonathan Corbet1-43/+35
2025-09-18docs: kdoc: remove a single-use variableJonathan Corbet1-3/+1
2025-09-18docs: kdoc: tighten up the push_parameter() no-type caseJonathan Corbet1-24/+20
2025-09-18docs: kdoc: trim __cacheline_group_* with the other annotationsJonathan Corbet1-6/+1
2025-08-18docs: kdoc: remove redundant comment strippingJonathan Corbet1-3/+0
2025-08-18docs: kdoc: tighten up the pointer-to-function caseJonathan Corbet1-9/+8
2025-08-18docs: kdoc: tighten up the array-of-pointers caseJonathan Corbet1-11/+9
2025-08-18docs: kdoc: add a couple more comments in create_parameter_list()Jonathan Corbet1-1/+7
2025-08-18docs: kdoc: clean up the create_parameter_list() "first arg" logicJonathan Corbet1-11/+11
2025-08-18docs: kdoc: tidy up space removal in create_parameter_list()Jonathan Corbet1-3/+5
2025-08-18docs: kdoc: remove dead codeJonathan Corbet1-16/+6
2025-08-11Merge branch 'dump-struct' into docs-mwJonathan Corbet1-241/+258
2025-08-11docs: kdoc: a few final dump_struct() touchesJonathan Corbet1-5/+6
2025-08-11docs: kdoc: extract output formatting from dump_struct()Jonathan Corbet1-35/+37
2025-08-11docs: kdoc: further rewrite_struct_members() cleanupJonathan Corbet1-45/+41
2025-08-11docs: kdoc: Some rewrite_struct_members() commentingJonathan Corbet1-13/+19
2025-08-11docs: kdoc: remove an extraneous strip() callJonathan Corbet1-1/+0
2025-08-11docs: kdoc: rework the rewrite_struct_members() main loopJonathan Corbet1-5/+3
2025-08-11docs: kdoc: split struct-member rewriting out of dump_struct()Jonathan Corbet1-31/+34
2025-08-11docs: kdoc: split top-level prototype parsing out of dump_struct()Jonathan Corbet1-23/+20
2025-08-11docs: kdoc: move the prefix transforms out of dump_struct()Jonathan Corbet1-83/+96
2025-08-11docs: kdoc: backslashectomy in kdoc_parserJonathan Corbet1-9/+9
2025-08-11docs: kdoc: Move a regex line in dump_struct()Jonathan Corbet1-1/+1
2025-08-11docs: kdoc: consolidate the stripping of private struct/union membersJonathan Corbet1-18/+22
2025-07-31Merge tag 'docs-6.17' of git://git.lwn.net/linuxLinus Torvalds1-467/+390
2025-07-18scripts: kdoc: make it backward-compatible with Python 3.7Mauro Carvalho Chehab1-1/+3
2025-07-15docs: kdoc: emit a warning for ancient versions of PythonJonathan Corbet1-0/+9
2025-07-15docs: kdoc: clean up check_sections()Jonathan Corbet1-20/+11
2025-07-15docs: kdoc: straighten up dump_declaration()Jonathan Corbet1-10/+5
2025-07-15docs: kdoc: Regularize the use of the declaration nameJonathan Corbet1-6/+0
2025-07-15docs: kdoc: Coalesce parameter-list handlingJonathan Corbet1-20/+3
2025-07-15docs: kdoc: use self.entry.parameterlist directly in check_sections()Jonathan Corbet1-9/+5
2025-07-15docs: kdoc: remove the "struct_actual" machineryJonathan Corbet1-30/+2
2025-07-15docs: kdoc: Centralize handling of the item section listJonathan Corbet1-17/+3
2025-07-15docs: kdoc: drop "sectionlist"Jonathan Corbet1-12/+1
2025-07-08scripts/kernel_doc.py: properly handle VIRTIO_DECLARE_FEATURESPaolo Abeni1-0/+1
2025-07-02docs: kdoc: simplify the output-item passingJonathan Corbet1-1/+1
2025-07-02docs: kdoc; Add a rudimentary class to represent output itemsJonathan Corbet1-21/+9
2025-07-02docs: kdoc: pretty up dump_enum()Jonathan Corbet1-14/+25
2025-07-01docs: kdoc: some tweaks to process_proto_function()Jonathan Corbet1-19/+24
2025-07-01docs: kdoc: rework type prototype parsingJonathan Corbet1-18/+25