From: Vladimír Vondruš Date: Fri, 9 Feb 2018 20:41:01 +0000 (+0100) Subject: doxygen: kill dead code. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~cjwatson/git?a=commitdiff_plain;h=7c6b621cae994282fa5e9f5753d64a9d2ccb419a;p=blog.git doxygen: kill dead code. --- diff --git a/doxygen/dox2html5.py b/doxygen/dox2html5.py index 13f788ff..7aeb7f9d 100755 --- a/doxygen/dox2html5.py +++ b/doxygen/dox2html5.py @@ -852,8 +852,6 @@ def parse_desc_internal(state: State, element: ET.Element, immediate_parent: ET. assert element.tag == 'para' # is inside a paragraph :/ has_block_elements = True - out.param_kind = i.attrib['kind'] - assert out.param_kind in ['param', 'templateparam'] for param in i: # This is an overcomplicated shit, so check sanity # http://www.stack.nl/~dimitri/doxygen/manual/commands.html#cmdparam