linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/7]
@ 2025-08-14 15:40 Jonathan Corbet
  2025-08-14 15:40 ` [PATCH v2 1/7] docs: kdoc: remove dead code Jonathan Corbet
                   ` (7 more replies)
  0 siblings, 8 replies; 10+ messages in thread
From: Jonathan Corbet @ 2025-08-14 15:40 UTC (permalink / raw)
  To: linux-doc
  Cc: linux-kernel, Mauro Carvalho Chehab, Akira Yokosawa,
	Jonathan Corbet

docs: kdoc: tidy up create_parameter_list() somewhat

A relatively brief series to straighten up the code in
create_parameter_list(), remove unneeded operations, and add a few
comments.  No changes to the generated output.

Changes since v1:

- Put split regexes onto multiple lines for improved readability
- Simplify one overly complex regex
- Improve the patch 5 changelog

Mauro, I've added your tags from the first round - scream if that's not
what you wanted!

Jonathan Corbet (7):
  docs: kdoc: remove dead code
  docs: kdoc: tidy up space removal in create_parameter_list()
  docs: kdoc: clean up the create_parameter_list() "first arg" logic
  docs: kdoc: add a couple more comments in create_parameter_list()
  docs: kdoc: tighten up the array-of-pointers case
  docs: kdoc: tighten up the pointer-to-function case
  docs: kdoc: remove redundant comment stripping

 scripts/lib/kdoc/kdoc_parser.py | 100 +++++++++++++++-----------------
 1 file changed, 46 insertions(+), 54 deletions(-)

-- 
2.50.1


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

end of thread, other threads:[~2025-08-15  5:24 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-14 15:40 [PATCH v2 0/7] Jonathan Corbet
2025-08-14 15:40 ` [PATCH v2 1/7] docs: kdoc: remove dead code Jonathan Corbet
2025-08-14 15:40 ` [PATCH v2 2/7] docs: kdoc: tidy up space removal in create_parameter_list() Jonathan Corbet
2025-08-14 15:40 ` [PATCH v2 3/7] docs: kdoc: clean up the create_parameter_list() "first arg" logic Jonathan Corbet
2025-08-14 15:40 ` [PATCH v2 4/7] docs: kdoc: add a couple more comments in create_parameter_list() Jonathan Corbet
2025-08-14 15:40 ` [PATCH v2 5/7] docs: kdoc: tighten up the array-of-pointers case Jonathan Corbet
2025-08-15  5:22   ` Mauro Carvalho Chehab
2025-08-14 15:40 ` [PATCH v2 6/7] docs: kdoc: tighten up the pointer-to-function case Jonathan Corbet
2025-08-14 15:40 ` [PATCH v2 7/7] docs: kdoc: remove redundant comment stripping Jonathan Corbet
2025-08-15  5:24 ` [PATCH v2 0/7] Mauro Carvalho Chehab

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).