Skip to content

Commit

Permalink
Fix doc test with final implementations
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Nov 12, 2020
1 parent 5158922 commit 43f2ae7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/code_layout/doxygen_parser.py
Expand Up @@ -511,6 +511,8 @@ def isReimplementation(self, member_elem):
return True
if ' override' in member_elem.find('argsstring').text:
return True
if ' final' in member_elem.find('argsstring').text.lower():
return True
except:
pass

Expand Down

0 comments on commit 43f2ae7

Please sign in to comment.