Re: [PATCH v6 35/80] docs: fs: fscrypt.rst: get rid of :c:type: tags
From: Eric Biggers <ebiggers@kernel.org>
Date: 2020-10-13 17:25:17
Also in:
linux-fscrypt, lkml
From: Eric Biggers <ebiggers@kernel.org>
Date: 2020-10-13 17:25:17
Also in:
linux-fscrypt, lkml
On Tue, Oct 13, 2020 at 01:53:50PM +0200, Mauro Carvalho Chehab wrote:
The :c:type: tag has problems with Sphinx 3.x, as structs there should be declared with c:struct. So, remove them, relying at automarkup.py extension to convert them into cross-references. Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
I left some comments on v5 which weren't addressed. - Eric