mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-26 00:02:08 -05:00
[tests] Accept brief tags with <ref>erences
This commit is contained in:
parent
ac503770be
commit
9631688c85
@ -538,9 +538,7 @@ class DoxygenParser():
|
||||
d = e.find('briefdescription')
|
||||
has_brief_description = False
|
||||
if d:
|
||||
p = d.find('para')
|
||||
if p.text and len(p.text) > 0:
|
||||
has_brief_description = True
|
||||
has_brief_description = True
|
||||
|
||||
# test for "added in QGIS xxx" string
|
||||
d = e.find('detaileddescription')
|
||||
|
Loading…
x
Reference in New Issue
Block a user