]> git.baikalelectronics.ru Git - kernel.git/commit
docs: kernel-doc: Get rid of xml_escape() and friends
authorJonathan Corbet <corbet@lwn.net>
Mon, 5 Feb 2018 19:40:15 +0000 (12:40 -0700)
committerJonathan Corbet <corbet@lwn.net>
Thu, 15 Feb 2018 20:11:02 +0000 (13:11 -0700)
commitbcb580b3a7285ff71a14d9b2bb4826e719a49e28
treef142aea316232a55e4642417d2733b8acde59c7f
parentcb3c4c5886ef44462678f0526222817632e6f5c8
docs: kernel-doc: Get rid of xml_escape() and friends

XML escaping is a worry that came with DocBook, which we no longer have any
dealings with.  So get rid of the useless xml_escape()/xml_unescape()
functions.  No change to the generated output.

Reviewed-by: Jani Nikula <jani.nikula@intel.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
scripts/kernel-doc