mirror of
https://github.com/readthedocs/sphinx-autoapi
synced 2024-11-11 19:10:58 +00:00
Kill redefined ref_name
This commit is contained in:
parent
ee6a2ada3c
commit
f8e1d7435c
@ -298,10 +298,6 @@ class DotNetPythonMapper(PythonMapperBase):
|
|||||||
def ref_type(self):
|
def ref_type(self):
|
||||||
return self.type
|
return self.type
|
||||||
|
|
||||||
@property
|
|
||||||
def ref_name(self):
|
|
||||||
return self.name.replace('#', '-').replace('<', '-').replace('>', '')
|
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def ref_directive(self):
|
def ref_directive(self):
|
||||||
return self.type
|
return self.type
|
||||||
|
Loading…
Reference in New Issue
Block a user