Closed haiiliin closed 1 year ago
Currently, annotation-only attributes are not supported, for example, this is supported:
class myclass: #: This is an attribute an_attribute: int = 1
But this is not supported:
class myclass: #: This is an annotation-only attribute annotation_only_attribute: int
Both will be parsed by Sphinx, but the second one will not appear in the TOC.
Currently, annotation-only attributes are not supported, for example, this is supported:
But this is not supported:
Both will be parsed by Sphinx, but the second one will not appear in the TOC.