From 092cb611c341c6e3f1076d0a7c6c0df43cf30f89 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Tue, 14 Aug 2018 21:51:11 +0200 Subject: [PATCH] doxygen: don't silently ignore friend declarations. --- doxygen/dox2html5.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doxygen/dox2html5.py b/doxygen/dox2html5.py index 280c9cc6..1bc8a381 100755 --- 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 kind {}".format(state.current, compounddef_child.attrib['kind'])) elif compounddef_child.tag == 'templateparamlist': -- 2.30.2