Open FFroehlich opened 1 year ago
* [ ] add documentation for enum classes
That's gonna be a bit of a pain. This will require AST-walking to extract the enum member documentation (some example), unless SWIG will start using typing.Annotated
at some point. Documentation of the enum itself (not it's members) won't be accessible, as far as I can see.
Documentation:
Swig: