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:
754a9b8
)
doxygen: don't silently ignore friend declarations.
author
Vladimír Vondruš
<mosra@centrum.cz>
Tue, 14 Aug 2018 19:51:11 +0000
(21:51 +0200)
committer
Vladimír Vondruš
<mosra@centrum.cz>
Thu, 13 Sep 2018 14:37:58 +0000
(16:37 +0200)
doxygen/dox2html5.py
patch
|
blob
|
history
diff --git
a/doxygen/dox2html5.py
b/doxygen/dox2html5.py
index 280c9cc6edb25e3626df7b0b435c03fa2d014a5e..1bc8a3818aabcacaab916d20657c70b3728f5b7f 100755
(executable)
--- a/
doxygen/dox2html5.py
+++ b/
doxygen/dox2html5.py
@@
-2482,8
+2482,7
@@
def parse_xml(state: State, xml: str):
elif compounddef_child.attrib['kind'] not in ['private-type',
'private-static-func',
'private-static-attrib',
- 'private-attrib',
- 'friend']: # pragma: no cover
+ 'private-attrib']: # pragma: no cover
logging.warning("{}: unknown <sectiondef> kind {}".format(state.current, compounddef_child.attrib['kind']))
elif compounddef_child.tag == 'templateparamlist':