Skip to content

Commit

Permalink
Update tests/code_layout/doxygen_parser.py
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jul 5, 2024
1 parent 30ed5c2 commit 4a3e4e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/code_layout/doxygen_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ def parseClassElem(self, e):
break
for s in para.iter('xrefsect'):
if s.find('xreftitle') is not None and 'Deprecated' in s.find('xreftitle').text:
# can't have both deprecated and since, so if we've found deprecated then treat it as having satisified the "since" requirement too
# can't have both deprecated and since, so if we've found deprecated then treat it as having satisfied the "since" requirement too
found_version_added = True
break

Expand Down

0 comments on commit 4a3e4e1

Please sign in to comment.