summaryrefslogtreecommitdiff
path: root/scripts/lib/kdoc/kdoc_parser.py
AgeCommit message (Expand)Author
2025-08-18docs: kdoc: remove redundant comment strippingJonathan Corbet
2025-08-18docs: kdoc: tighten up the pointer-to-function caseJonathan Corbet
2025-08-18docs: kdoc: tighten up the array-of-pointers caseJonathan Corbet
2025-08-18docs: kdoc: add a couple more comments in create_parameter_list()Jonathan Corbet
2025-08-18docs: kdoc: clean up the create_parameter_list() "first arg" logicJonathan Corbet
2025-08-18docs: kdoc: tidy up space removal in create_parameter_list()Jonathan Corbet
2025-08-18docs: kdoc: remove dead codeJonathan Corbet
2025-08-11Merge branch 'dump-struct' into docs-mwJonathan Corbet
2025-08-11docs: kdoc: a few final dump_struct() touchesJonathan Corbet
2025-08-11docs: kdoc: extract output formatting from dump_struct()Jonathan Corbet
2025-08-11docs: kdoc: further rewrite_struct_members() cleanupJonathan Corbet
2025-08-11docs: kdoc: Some rewrite_struct_members() commentingJonathan Corbet
2025-08-11docs: kdoc: remove an extraneous strip() callJonathan Corbet
2025-08-11docs: kdoc: rework the rewrite_struct_members() main loopJonathan Corbet
2025-08-11docs: kdoc: split struct-member rewriting out of dump_struct()Jonathan Corbet
2025-08-11docs: kdoc: split top-level prototype parsing out of dump_struct()Jonathan Corbet
2025-08-11docs: kdoc: move the prefix transforms out of dump_struct()Jonathan Corbet
2025-08-11docs: kdoc: backslashectomy in kdoc_parserJonathan Corbet
2025-08-11docs: kdoc: Move a regex line in dump_struct()Jonathan Corbet
2025-08-11docs: kdoc: consolidate the stripping of private struct/union membersJonathan Corbet
2025-07-31Merge tag 'docs-6.17' of git://git.lwn.net/linuxLinus Torvalds
2025-07-17scripts: kdoc: make it backward-compatible with Python 3.7Mauro Carvalho Chehab
2025-07-15docs: kdoc: emit a warning for ancient versions of PythonJonathan Corbet
2025-07-15docs: kdoc: clean up check_sections()Jonathan Corbet
2025-07-15docs: kdoc: straighten up dump_declaration()Jonathan Corbet
2025-07-15docs: kdoc: Regularize the use of the declaration nameJonathan Corbet
2025-07-15docs: kdoc: Coalesce parameter-list handlingJonathan Corbet
2025-07-15docs: kdoc: use self.entry.parameterlist directly in check_sections()Jonathan Corbet
2025-07-15docs: kdoc: remove the "struct_actual" machineryJonathan Corbet
2025-07-15docs: kdoc: Centralize handling of the item section listJonathan Corbet
2025-07-15docs: kdoc: drop "sectionlist"Jonathan Corbet
2025-07-08scripts/kernel_doc.py: properly handle VIRTIO_DECLARE_FEATURESPaolo Abeni
2025-07-02docs: kdoc: simplify the output-item passingJonathan Corbet
2025-07-02docs: kdoc; Add a rudimentary class to represent output itemsJonathan Corbet
2025-07-01docs: kdoc: pretty up dump_enum()Jonathan Corbet
2025-07-01docs: kdoc: some tweaks to process_proto_function()Jonathan Corbet
2025-07-01docs: kdoc: rework type prototype parsingJonathan Corbet
2025-06-30docs: kdoc: remove the brcount floor in process_proto_type()Jonathan Corbet
2025-06-27docs: kdoc: don't reinvent string.strip()Jonathan Corbet
2025-06-27docs: kdoc: split the processing of the two remaining inline statesJonathan Corbet
2025-06-27docs: kdoc: remove the inline states-within-a-stateJonathan Corbet
2025-06-26docs: kdoc: remove the INLINE_END stateJonathan Corbet
2025-06-25docs: kdoc: rework process_export() slightlyJonathan Corbet
2025-06-25docs: kdoc: remove KernelEntry::functionJonathan Corbet
2025-06-25docs: kdoc: remove a bit of dead codeJonathan Corbet
2025-06-25docs: kdoc: Move content handling into KernelEntryJonathan Corbet
2025-06-25docs: kdoc: remove KernelEntry::in_doc_sectJonathan Corbet
2025-06-25docs: kdoc: finish disentangling the BODY and SPECIAL_SECTION statesJonathan Corbet
2025-06-25docs: kdoc: Add some comments to process_decl()Jonathan Corbet
2025-06-25docs: kdoc: coalesce the end-of-comment processingJonathan Corbet