mirror of
https://github.com/readthedocs/sphinx-autoapi
synced 2024-11-06 09:20:27 +00:00
Complete statement
This commit is contained in:
parent
49af2b252a
commit
4fef4ab2c1
@ -466,7 +466,7 @@ class DotNetPythonMapper(PythonMapperBase):
|
||||
parts.append('{fullName}<{uid}>'.format(**part))
|
||||
elif 'uid' in part:
|
||||
parts.append(part['uid'])
|
||||
elif 'fullName':
|
||||
elif 'fullName' in part:
|
||||
parts.append(part['fullName'])
|
||||
if parts:
|
||||
resolved = ''.join(parts)
|
||||
|
Loading…
Reference in New Issue
Block a user