index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
lib
/
kdoc
/
kdoc_parser.py
Age
Commit message (
Expand
)
Author
2025-08-18
docs: kdoc: remove redundant comment stripping
Jonathan Corbet
2025-08-18
docs: kdoc: tighten up the pointer-to-function case
Jonathan Corbet
2025-08-18
docs: kdoc: tighten up the array-of-pointers case
Jonathan Corbet
2025-08-18
docs: kdoc: add a couple more comments in create_parameter_list()
Jonathan Corbet
2025-08-18
docs: kdoc: clean up the create_parameter_list() "first arg" logic
Jonathan Corbet
2025-08-18
docs: kdoc: tidy up space removal in create_parameter_list()
Jonathan Corbet
2025-08-18
docs: kdoc: remove dead code
Jonathan Corbet
2025-08-11
Merge branch 'dump-struct' into docs-mw
Jonathan Corbet
2025-08-11
docs: kdoc: a few final dump_struct() touches
Jonathan Corbet
2025-08-11
docs: kdoc: extract output formatting from dump_struct()
Jonathan Corbet
2025-08-11
docs: kdoc: further rewrite_struct_members() cleanup
Jonathan Corbet
2025-08-11
docs: kdoc: Some rewrite_struct_members() commenting
Jonathan Corbet
2025-08-11
docs: kdoc: remove an extraneous strip() call
Jonathan Corbet
2025-08-11
docs: kdoc: rework the rewrite_struct_members() main loop
Jonathan Corbet
2025-08-11
docs: kdoc: split struct-member rewriting out of dump_struct()
Jonathan Corbet
2025-08-11
docs: kdoc: split top-level prototype parsing out of dump_struct()
Jonathan Corbet
2025-08-11
docs: kdoc: move the prefix transforms out of dump_struct()
Jonathan Corbet
2025-08-11
docs: kdoc: backslashectomy in kdoc_parser
Jonathan Corbet
2025-08-11
docs: kdoc: Move a regex line in dump_struct()
Jonathan Corbet
2025-08-11
docs: kdoc: consolidate the stripping of private struct/union members
Jonathan Corbet
2025-07-31
Merge tag 'docs-6.17' of git://git.lwn.net/linux
Linus Torvalds
2025-07-17
scripts: kdoc: make it backward-compatible with Python 3.7
Mauro Carvalho Chehab
2025-07-15
docs: kdoc: emit a warning for ancient versions of Python
Jonathan Corbet
2025-07-15
docs: kdoc: clean up check_sections()
Jonathan Corbet
2025-07-15
docs: kdoc: straighten up dump_declaration()
Jonathan Corbet
2025-07-15
docs: kdoc: Regularize the use of the declaration name
Jonathan Corbet
2025-07-15
docs: kdoc: Coalesce parameter-list handling
Jonathan Corbet
2025-07-15
docs: kdoc: use self.entry.parameterlist directly in check_sections()
Jonathan Corbet
2025-07-15
docs: kdoc: remove the "struct_actual" machinery
Jonathan Corbet
2025-07-15
docs: kdoc: Centralize handling of the item section list
Jonathan Corbet
2025-07-15
docs: kdoc: drop "sectionlist"
Jonathan Corbet
2025-07-08
scripts/kernel_doc.py: properly handle VIRTIO_DECLARE_FEATURES
Paolo Abeni
2025-07-02
docs: kdoc: simplify the output-item passing
Jonathan Corbet
2025-07-02
docs: kdoc; Add a rudimentary class to represent output items
Jonathan Corbet
2025-07-01
docs: kdoc: pretty up dump_enum()
Jonathan Corbet
2025-07-01
docs: kdoc: some tweaks to process_proto_function()
Jonathan Corbet
2025-07-01
docs: kdoc: rework type prototype parsing
Jonathan Corbet
2025-06-30
docs: kdoc: remove the brcount floor in process_proto_type()
Jonathan Corbet
2025-06-27
docs: kdoc: don't reinvent string.strip()
Jonathan Corbet
2025-06-27
docs: kdoc: split the processing of the two remaining inline states
Jonathan Corbet
2025-06-27
docs: kdoc: remove the inline states-within-a-state
Jonathan Corbet
2025-06-26
docs: kdoc: remove the INLINE_END state
Jonathan Corbet
2025-06-25
docs: kdoc: rework process_export() slightly
Jonathan Corbet
2025-06-25
docs: kdoc: remove KernelEntry::function
Jonathan Corbet
2025-06-25
docs: kdoc: remove a bit of dead code
Jonathan Corbet
2025-06-25
docs: kdoc: Move content handling into KernelEntry
Jonathan Corbet
2025-06-25
docs: kdoc: remove KernelEntry::in_doc_sect
Jonathan Corbet
2025-06-25
docs: kdoc: finish disentangling the BODY and SPECIAL_SECTION states
Jonathan Corbet
2025-06-25
docs: kdoc: Add some comments to process_decl()
Jonathan Corbet
2025-06-25
docs: kdoc: coalesce the end-of-comment processing
Jonathan Corbet
[next]