-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
Description
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: