Description
sphinx-autodoc supports the use of #: comments to document class attributes (ref). It would be great to have the same support in enum_tools
e.g.
class MyEnum(Enum):
#: This is an A value
A = auto()
#: This is another value
B = auto()
Version
- Operating System:
- Python:
- enum_tools:
Other Additional Information:
Description
sphinx-autodoc supports the use of
#:comments to document class attributes (ref). It would be great to have the same support inenum_toolse.g.
Version
Other Additional Information: