From 5cc7a78b2829fbbe4eaa990d1683fe3233d4a602 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Thu, 7 Dec 2017 00:46:30 +0100 Subject: [PATCH] doxygen: avoid useless warning. --- doxygen/dox2html5.py | 1 + 1 file changed, 1 insertion(+) diff --git a/doxygen/dox2html5.py b/doxygen/dox2html5.py index cd3eca76..10277e78 100755 --- a/doxygen/dox2html5.py +++ b/doxygen/dox2html5.py @@ -1375,6 +1375,7 @@ def parse_xml(state: State, xml: str): elif (compounddef_child.tag not in ['compoundname', 'briefdescription', 'detaileddescription', + 'innerpage', # doesn't add anything to output 'location', 'includes', 'includedby', -- 2.30.2