docs: fix 'make doxygen' under python3 70/23170/6
authorPaul Vinciguerra <pvinci@vinciconsulting.com>
Fri, 1 Nov 2019 19:07:32 +0000 (15:07 -0400)
committerDave Wallace <dwallacelf@gmail.com>
Tue, 5 Nov 2019 21:08:27 +0000 (21:08 +0000)
commit464e5e0bfebc71c646e5c182535898cc7018236b
treedb15d3d283afb96b9fa1b84928c2c434bb9bf775
parentea1a65135e01311e31e94b8d0ed0721c9856775d
docs: fix 'make doxygen' under python3

The 'make doxygen' component has this cool vpp specific customization called siphon.
This updates the siphon component so that 'make doxygen' works with python3.

Needed-By: https://gerrit.fd.io/r/23159
Type: docs

Change-Id: Ie29f1602bf3460b637058acbb0a2f19b128a8824
Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
13 files changed:
doxygen/Makefile
doxygen/filter_api.py
doxygen/filter_c.py
doxygen/filter_h.py
doxygen/siphon-generate
doxygen/siphon-process
doxygen/siphon/__init__.py
doxygen/siphon/generate.py
doxygen/siphon/generate_clicmd.py
doxygen/siphon/generate_syscfg.py
doxygen/siphon/process.py
doxygen/siphon/process_clicmd.py
doxygen/siphon/process_syscfg.py