OSDN Git Service

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)
commit0bba924ce99aadf8dcd316b8bf8b98902925ea8a
treef142aea316232a55e4642417d2733b8acde59c7f
parent35277995e17919ab838beae765f440674e8576eb
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