chiark / gitweb /
doxygen: avoid useless warning.
authorVladimír Vondruš <mosra@centrum.cz>
Wed, 6 Dec 2017 23:46:30 +0000 (00:46 +0100)
committerVladimír Vondruš <mosra@centrum.cz>
Thu, 7 Dec 2017 01:23:50 +0000 (02:23 +0100)
doxygen/dox2html5.py

index cd3eca76fe46d721768cb9201d7ecfee598c185a..10277e789c05c72cfac59ad67d5a439012ba8db7 100755 (executable)
@@ -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',