Describe the bug
The python code below:
class Test:
def __init__(self):
## var a
self.a: int = 1
print(self.a)
will output two attributes with same name 'a'.
Screenshots

To Reproduce
The above small snipets with default doxyfile.
Expected behavior
There should only one 'a'.
Version
1.12.0 (4a9be13*)
Describe the bug
The python code below:
will output two attributes with same name 'a'.
Screenshots
To Reproduce
The above small snipets with default doxyfile.
Expected behavior
There should only one 'a'.
Version
1.12.0 (4a9be13*)