Skip to content

Commit 9631688

Browse files
committed
[tests] Accept brief tags with <ref>erences
1 parent ac50377 commit 9631688

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/src/python/utilities.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -538,9 +538,7 @@ def parseClassElem(self, e):
538538
d = e.find('briefdescription')
539539
has_brief_description = False
540540
if d:
541-
p = d.find('para')
542-
if p.text and len(p.text) > 0:
543-
has_brief_description = True
541+
has_brief_description = True
544542

545543
# test for "added in QGIS xxx" string
546544
d = e.find('detaileddescription')

0 commit comments

Comments
 (0)