[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <60c83207-c4e0-427d-b543-988230a52f34@gmail.com>
Date: Fri, 4 Jul 2025 09:45:28 +0900
From: Akira Yokosawa <akiyks@...il.com>
To: Jonathan Corbet <corbet@....net>, linux-doc@...r.kernel.org
Cc: linux-kernel@...r.kernel.org,
Mauro Carvalho Chehab <mchehab+huawei@...nel.org>
Subject: Re: [PATCH v2 0/7] Further kernel-doc tweakery
On Thu, 3 Jul 2025 12:43:56 -0600, Jonathan Corbet wrote:
> This is a set of miscellaneous improvements, finishing my pass over the
> first parsing pass and getting into the second ("dump_*") pass.
>
> Changes from v1:
> - Apply tags
> - Rework the KernRe microoptimization to avoid exceptions
> - Fix the stupid white-space error in patch 7
Tested-by: Akira Yokosawa <akiyks@...il.com>
Thanks!
>
> Jonathan Corbet (7):
> docs: kdoc: don't reinvent string.strip()
> docs: kdoc: micro-optimize KernRe
> docs: kdoc: remove the brcount floor in process_proto_type()
> docs: kdoc: rework type prototype parsing
> docs: kdoc: some tweaks to process_proto_function()
> docs: kdoc: Remove a Python 2 comment
> docs: kdoc: pretty up dump_enum()
>
> Documentation/sphinx/kerneldoc.py | 2 -
> scripts/lib/kdoc/kdoc_parser.py | 150 +++++++++++++++---------------
> scripts/lib/kdoc/kdoc_re.py | 7 +-
> 3 files changed, 79 insertions(+), 80 deletions(-)
>
Powered by blists - more mailing lists