summaryrefslogtreecommitdiffstats
path: root/scripts/lib/kdoc
AgeCommit message (Expand)AuthorLines
2025-11-18docs: Move the python libraries to tools/lib/pythonJonathan Corbet-3098/+0
2025-11-13scripts: docs: kdoc_files.py: don't consider symlinks as directoriesMauro Carvalho Chehab-1/+1
2025-11-05kernel-doc: Issue warnings that were silently discardedAndy Shevchenko-0/+7
2025-10-30docs: kdoc: fix duplicate section warning messageJacob Keller-6/+10
2025-10-01kernel-doc: output source file name at SEE ALSOMauro Carvalho Chehab-5/+9
2025-09-18scripts: kdoc_parser.py: warn about Python version only onceMauro Carvalho Chehab-1/+6
2025-09-18tools: kernel-doc: add a see also section at man pagesMauro Carvalho Chehab-6/+83
2025-09-18docs: kdoc: a few more dump_typedef() tweaksJonathan Corbet-9/+11
2025-09-18docs: kdoc: remove redundant comment stripping in dump_typedef()Jonathan Corbet-3/+0
2025-09-18docs: kdoc: remove some dead code in dump_typedef()Jonathan Corbet-5/+0
2025-09-18docs: kdoc: final dump_function() cleanupsJonathan Corbet-17/+13
2025-09-18docs: kdoc: consolidate some of the macro-processing logicJonathan Corbet-23/+20
2025-09-18docs: kdoc: Simplify the dump_function() prototype regexesJonathan Corbet-10/+10
2025-09-18docs: kdoc: remove a useless empty capture groupJonathan Corbet-2/+2
2025-09-18docs: kdoc: remove a couple of spurious regex charactersJonathan Corbet-1/+1
2025-09-18doc: kdoc: unify transform handlingJonathan Corbet-31/+34
2025-09-18docs: kdoc: move the function transform patterns out of dump_function()Jonathan Corbet-43/+35
2025-09-18docs: kdoc: remove a single-use variableJonathan Corbet-3/+1
2025-09-18docs: kdoc: tighten up the push_parameter() no-type caseJonathan Corbet-24/+20
2025-09-18docs: kdoc: trim __cacheline_group_* with the other annotationsJonathan Corbet-6/+1
2025-08-18docs: kdoc: remove redundant comment strippingJonathan Corbet-3/+0
2025-08-18docs: kdoc: tighten up the pointer-to-function caseJonathan Corbet-9/+8
2025-08-18docs: kdoc: tighten up the array-of-pointers caseJonathan Corbet-11/+9
2025-08-18docs: kdoc: add a couple more comments in create_parameter_list()Jonathan Corbet-1/+7
2025-08-18docs: kdoc: clean up the create_parameter_list() "first arg" logicJonathan Corbet-11/+11
2025-08-18docs: kdoc: tidy up space removal in create_parameter_list()Jonathan Corbet-3/+5
2025-08-18docs: kdoc: remove dead codeJonathan Corbet-16/+6
2025-08-11Merge branch 'dump-struct' into docs-mwJonathan Corbet-241/+258
2025-08-11docs: kdoc: a few final dump_struct() touchesJonathan Corbet-5/+6
2025-08-11docs: kdoc: extract output formatting from dump_struct()Jonathan Corbet-35/+37
2025-08-11docs: kdoc: further rewrite_struct_members() cleanupJonathan Corbet-45/+41
2025-08-11docs: kdoc: Some rewrite_struct_members() commentingJonathan Corbet-13/+19
2025-08-11docs: kdoc: remove an extraneous strip() callJonathan Corbet-1/+0
2025-08-11docs: kdoc: rework the rewrite_struct_members() main loopJonathan Corbet-5/+3
2025-08-11docs: kdoc: split struct-member rewriting out of dump_struct()Jonathan Corbet-31/+34
2025-08-11docs: kdoc: split top-level prototype parsing out of dump_struct()Jonathan Corbet-23/+20
2025-08-11docs: kdoc: move the prefix transforms out of dump_struct()Jonathan Corbet-83/+96
2025-08-11docs: kdoc: backslashectomy in kdoc_parserJonathan Corbet-9/+9
2025-08-11docs: kdoc: Move a regex line in dump_struct()Jonathan Corbet-1/+1
2025-08-11docs: kdoc: consolidate the stripping of private struct/union membersJonathan Corbet-18/+22
2025-07-31Merge tag 'docs-6.17' of git://git.lwn.net/linuxLinus Torvalds-582/+500
2025-07-17scripts: kdoc: make it backward-compatible with Python 3.7Mauro Carvalho Chehab-1/+3
2025-07-15Merge branch 'kdoc-item2' into docs-mwJonathan Corbet-244/+145
2025-07-15docs: kdoc: emit a warning for ancient versions of PythonJonathan Corbet-0/+9
2025-07-15docs: kdoc: clean up check_sections()Jonathan Corbet-20/+11
2025-07-15docs: kdoc: directly access the always-there KdocItem fieldsJonathan Corbet-13/+8
2025-07-15docs: kdoc: straighten up dump_declaration()Jonathan Corbet-10/+5
2025-07-15docs: kdoc: Regularize the use of the declaration nameJonathan Corbet-30/+15
2025-07-15docs: kdoc: Coalesce parameter-list handlingJonathan Corbet-67/+43
2025-07-15docs: kdoc: use self.entry.parameterlist directly in check_sections()Jonathan Corbet-9/+5