From 5f41d47daa8422d0868ae6665bece01e64b30f9f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Mon, 29 Jan 2018 21:15:27 +0100 Subject: [PATCH] doxygen: groups can have inner classes, too. --- doxygen/dox2html5.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doxygen/dox2html5.py b/doxygen/dox2html5.py index 91c17db4..86479cbf 100755 --- a/doxygen/dox2html5.py +++ b/doxygen/dox2html5.py @@ -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) -- 2.30.2