Skip to content
Permalink
Browse files
[tests] Accept brief tags with <ref>erences
  • Loading branch information
m-kuhn committed Sep 9, 2016
1 parent ac50377 commit 9631688
Showing 1 changed file with 1 addition and 3 deletions.
@@ -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')

0 comments on commit 9631688

Please sign in to comment.