[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <c578c9e6-b2a5-3294-d291-2abfda7d1aed@gmail.com>
Date: Wed, 4 May 2022 22:43:12 +0900
From: Akira Yokosawa <akiyks@...il.com>
To: Bagas Sanjaya <bagasdotme@...il.com>
Cc: Pavel Begunkov <asml.silence@...il.com>,
Dave Jones <davej@...hat.com>,
"David S. Miller" <davem@...emloft.net>,
Jakub Kicinski <kuba@...nel.org>, linux-doc@...r.kernel.org,
linux-kernel@...r.kernel.org, netdev@...r.kernel.org,
Randy Dunlap <randy.dunlap@...cle.com>,
Stephen Rothwell <sfr@...b.auug.org.au>
Subject: Re: [PATCH net-next] net/core: Remove comment quote for
__dev_queue_xmit()
Hi,
On Wed, 4 May 2022 11:28:51 +0700,
Bagas Sanjaya wrote:
> On 5/4/22 08:03, Jakub Kicinski wrote:
[...]
>> Why drop almost half of the comment if the problem is just the ----
>> banner?
>
> I can't think of preserving delineation between actual documentation
> and the quote without messing up kernel-doc.
Actually, it is possible.
See "Block Quotes" in ReST documentation at:
https://docutils.sourceforge.io/docs/ref/rst/restructuredtext.html#block-quotes
kernel-doc is basically ReST within comment blocks with several kernel-doc
specific implicit/explicit markers.
Thanks, Akira
>
> Actually the "--BLG" signature is the culprit.
Powered by blists - more mailing lists