V2dha / alphadoc

Automatic docstring generator that supports and generates a number of specified and widely used docstring style conventions for documentation in Python.
https://pypi.org/project/alphadoc/
MIT License
6 stars 4 forks source link

Docstring feature for classes #12

Open V2dha opened 3 years ago

Sloth-Panda commented 3 years ago

Can I take this @V2dha ?

TrushaT commented 3 years ago

Hello. Can u help me understand what exactly do u expect for this issue?

V2dha commented 3 years ago

@TrushaT Currently the docstring feature is only for functions where it detects the function and add docstrings under them. So this feature is to work upon detecting the classes using ast module and adding docstrings for them.