docs: doxygen fix siphon under python3 60/25560/2
authorPaul Vinciguerra <pvinci@vinciconsulting.com>
Sun, 1 Mar 2020 06:42:28 +0000 (01:42 -0500)
committerDave Wallace <dwallacelf@gmail.com>
Tue, 10 Mar 2020 17:09:57 +0000 (17:09 +0000)
commitb55aec1c8e0c05520c47c3641c20684fc539f8a1
tree134a4b2899eb6250e97327c7fb3860595a2bc432
parent7aef80b210752b1c9243799086fab0fe4df6272e
docs: doxygen fix siphon under python3

siphon used cgi.escape which was deprecated in python 3.2 and
removed in python 3.8.

Update the code to use html.escape instead.

Type: fix

Change-Id: I3192e3f69a4a95fe23cb24e1c29194ba5310932b
Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
doxygen/siphon/parsers.py