commit | b97f193abf83e30ef43317ba4883ce3a82f8e8b2 | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Thu Mar 30 17:11:28 2017 -0300 |
committer | Jonathan Corbet <corbet@lwn.net> | Sun Apr 02 14:06:50 2017 -0600 |
tree | 88802fd6ef27be1484937d7a8e46d83a441748ea | |
parent | c46988aef2de6d290b7c5453d58f1293337aefaa [diff] |
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>