Home
last modified time | relevance | path

Searched hist:b97f193abf83e30ef43317ba4883ce3a82f8e8b2 (Results 1 – 1 of 1) sorted by relevance

/linux/scripts/
H A Dkernel-docdiff b97f193abf83e30ef43317ba4883ce3a82f8e8b2 Thu Mar 30 22:11:28 CEST 2017 Mauro Carvalho Chehab <mchehab@s-opensource.com> scripts/kernel-doc: fix parser for apostrophes

On ReST, adding a text like ``literal`` is valid. However,
the kernel-doc script won't handle it fine.

We really need this feature, in order to escape things like
%ph, with is found on some C files.

Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>