chiark / gitweb /
doxygen: groups can have inner classes, too.
authorVladimír Vondruš <mosra@centrum.cz>
Mon, 29 Jan 2018 20:15:27 +0000 (21:15 +0100)
committerVladimír Vondruš <mosra@centrum.cz>
Mon, 29 Jan 2018 22:51:45 +0000 (23:51 +0100)
doxygen/dox2html5.py

index 91c17db469a914805e1c2e355d3451ed4c48311f..86479cbfa1dbdec1598e3d2718a28aefed71c2f6 100755 (executable)
@@ -1465,7 +1465,7 @@ def parse_xml(state: State, xml: str):
                             assert compounddef_child.attrib['prot'] == 'protected'
                             compound.protected_types += [('class', class_)]
                     else:
-                        assert compound.kind in ['namespace', 'file']
+                        assert compound.kind in ['namespace', 'group', 'file']
                         compound.classes += [class_]
 
         # Base class (if it links to anywhere)