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:
b585071
)
doxygen: avoid useless warning.
author
Vladimír Vondruš
<mosra@centrum.cz>
Wed, 6 Dec 2017 23:46:30 +0000
(
00:46
+0100)
committer
Vladimír Vondruš
<mosra@centrum.cz>
Thu, 7 Dec 2017 01:23:50 +0000
(
02:23
+0100)
doxygen/dox2html5.py
patch
|
blob
|
history
diff --git
a/doxygen/dox2html5.py
b/doxygen/dox2html5.py
index cd3eca76fe46d721768cb9201d7ecfee598c185a..10277e789c05c72cfac59ad67d5a439012ba8db7 100755
(executable)
--- 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',