-
-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Generate python class and module scope docstrings #657
Comments
+1. Tracing to https://github.com/kkoomen/vim-doge/blob/master/helper/src/python/parser.rs and the associated tests it looks like only recognising functions is implemented. It would be nice in the README to document what tags are supported for each language. |
I've implement the PR #660 based on https://stackoverflow.com/a/3051356 with solely the addition of classes. I'm not supporting the import docstring because it's super rare to see that. It's quite common to add class docs, hence I support that. I'll do a new release soon and will notify it here. |
This feature has been merged and released in v4.7.0. Feel free to submit any new issues if you experience any unwanted behavior in the future. Thanks for your contribution. |
Is your feature request related to a problem? Please describe.
No
Describe the solution you'd like
Class scope documentation serves to provide a description of what the class is and details on any class level parameters:
Module scope documentation:
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: