linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/13] docs: kdoc: improvements to dump_function() and thereabouts
@ 2025-09-09 20:43 Jonathan Corbet
  2025-09-09 20:43 ` [PATCH 01/13] docs: kdoc: trim __cacheline_group_* with the other annotations Jonathan Corbet
                   ` (12 more replies)
  0 siblings, 13 replies; 17+ messages in thread
From: Jonathan Corbet @ 2025-09-09 20:43 UTC (permalink / raw)
  To: linux-doc
  Cc: linux-kernel, Mauro Carvalho Chehab, Akira Yokosawa,
	Jonathan Corbet

Another series I've been slowly accumulating as I work to understand
the new kernel-doc; it consists mostly of fairly straightforward
cleanups and the addition of a number of comments.

This is likely to be the last of these from me for a little bit, life will
be hectic.

Jonathan Corbet (13):
  docs: kdoc: trim __cacheline_group_* with the other annotations
  docs: kdoc: tighten up the push_parameter() no-type case
  docs: kdoc: remove a single-use variable
  docs: kdoc: move the function transform patterns out of
    dump_function()
  doc: kdoc: unify transform handling
  docs: kdoc: remove a couple of spurious regex characters
  docs: kdoc: remove a useless empty capture group
  docs: kdoc: Simplify the dump_function() prototype regexes
  docs: kdoc: consolidate some of the macro-processing logic
  docs: kdoc: final dump_function() cleanups
  docs: kdoc: remove some dead code in dump_typedef()
  docs: kdoc: remove redundant comment stripping in dump_typedef()
  docs: kdoc: a few more dump_typedef() tweaks

 scripts/lib/kdoc/kdoc_parser.py | 269 ++++++++++++++------------------
 1 file changed, 120 insertions(+), 149 deletions(-)

-- 
2.51.0


^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2025-09-10 23:27 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-09 20:43 [PATCH 00/13] docs: kdoc: improvements to dump_function() and thereabouts Jonathan Corbet
2025-09-09 20:43 ` [PATCH 01/13] docs: kdoc: trim __cacheline_group_* with the other annotations Jonathan Corbet
2025-09-09 20:43 ` [PATCH 02/13] docs: kdoc: tighten up the push_parameter() no-type case Jonathan Corbet
2025-09-09 20:43 ` [PATCH 03/13] docs: kdoc: remove a single-use variable Jonathan Corbet
2025-09-09 20:43 ` [PATCH 04/13] docs: kdoc: move the function transform patterns out of dump_function() Jonathan Corbet
2025-09-09 20:43 ` [PATCH 05/13] doc: kdoc: unify transform handling Jonathan Corbet
2025-09-09 20:43 ` [PATCH 06/13] docs: kdoc: remove a couple of spurious regex characters Jonathan Corbet
2025-09-09 20:43 ` [PATCH 07/13] docs: kdoc: remove a useless empty capture group Jonathan Corbet
2025-09-09 20:43 ` [PATCH 08/13] docs: kdoc: Simplify the dump_function() prototype regexes Jonathan Corbet
2025-09-09 20:43 ` [PATCH 09/13] docs: kdoc: consolidate some of the macro-processing logic Jonathan Corbet
2025-09-09 20:43 ` [PATCH 10/13] docs: kdoc: final dump_function() cleanups Jonathan Corbet
2025-09-09 20:43 ` [PATCH 11/13] docs: kdoc: remove some dead code in dump_typedef() Jonathan Corbet
2025-09-09 20:43 ` [PATCH 12/13] docs: kdoc: remove redundant comment stripping " Jonathan Corbet
2025-09-09 20:43 ` [PATCH 13/13] docs: kdoc: a few more dump_typedef() tweaks Jonathan Corbet
2025-09-10 10:10   ` Akira Yokosawa
2025-09-10 13:46     ` Jonathan Corbet
2025-09-10 23:27       ` Akira Yokosawa

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).