Skip to content

Commit

Permalink
[tests] Accept brief tags with <ref>erences
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Sep 9, 2016
1 parent ac50377 commit 9631688
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/src/python/utilities.py
Expand Up @@ -538,9 +538,7 @@ def parseClassElem(self, e):
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')
Expand Down

0 comments on commit 9631688

Please sign in to comment.