Describe the bug
@property's are rendered with trailing () which makes them look like functions.
To Reproduce
class Example:
@property
def foobar(self):
"""
Return the value of the foobar property
"""
return 42
Expected behavior
I expect the heading in the API docs to be just foobar but it is rendered as foobar()
System (please complete the following information):
mkdocs==1.2.3
mkdocs-autorefs==0.4.1
mkdocs-material==7.3.4
mkdocs-material-extensions==1.0.3
mkdocstrings==0.18.1
mkdocstrings-python==0.6.6
Describe the bug
@property's are rendered with trailing()which makes them look like functions.To Reproduce
Expected behavior
I expect the heading in the API docs to be just
foobarbut it is rendered asfoobar()System (please complete the following information):