mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-08 00:05:09 -04:00
Update tests/code_layout/doxygen_parser.py
This commit is contained in:
parent
17cb0d5678
commit
77dfdfa9ee
@ -276,7 +276,7 @@ class DoxygenParser():
|
|||||||
break
|
break
|
||||||
for s in para.iter('xrefsect'):
|
for s in para.iter('xrefsect'):
|
||||||
if s.find('xreftitle') is not None and 'Deprecated' in s.find('xreftitle').text:
|
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
|
found_version_added = True
|
||||||
break
|
break
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user