From: Vladimír Vondruš Date: Wed, 6 Dec 2017 23:46:30 +0000 (+0100) Subject: doxygen: avoid useless warning. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~cjwatson/git?a=commitdiff_plain;h=5cc7a78b2829fbbe4eaa990d1683fe3233d4a602;p=blog.git doxygen: avoid useless warning. --- 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',