]> 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)
commit8514f1ed5a60bf59c1841e62fd1b98430027d1b1
treef142aea316232a55e4642417d2733b8acde59c7f
parentda589f3959f9b30aa5d9c73874702f86ed8c9087
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