mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-25 07:08:11 +00:00
Do not include non-documented functions to the API.
This commit is contained in:
parent
92c8cb6824
commit
6ef708d85f
1 changed files with 2 additions and 0 deletions
|
|
@ -503,6 +503,8 @@ class Project:
|
|||
f.deprecated = True
|
||||
f.briefDescription = ''.join(node.find('./briefdescription').itertext()).strip()
|
||||
f.detailedDescription = self.__cleanDescription(node.find('./detaileddescription'))
|
||||
if f.briefDescription == '' and ''.join(f.detailedDescription.itertext()).strip() == '':
|
||||
return None
|
||||
locationNode = node.find('./location')
|
||||
if locationNode is not None:
|
||||
f.location = locationNode.get('file')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue