chiark
/
gitweb
/
~cjwatson
/
blog.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c471375
)
doxygen: groups can have inner classes, too.
author
Vladimír Vondruš
<mosra@centrum.cz>
Mon, 29 Jan 2018 20:15:27 +0000
(21:15 +0100)
committer
Vladimír Vondruš
<mosra@centrum.cz>
Mon, 29 Jan 2018 22:51:45 +0000
(23:51 +0100)
doxygen/dox2html5.py
patch
|
blob
|
history
diff --git
a/doxygen/dox2html5.py
b/doxygen/dox2html5.py
index 91c17db469a914805e1c2e355d3451ed4c48311f..86479cbfa1dbdec1598e3d2718a28aefed71c2f6 100755
(executable)
--- 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)