Describe the bug
When triggering DoGe in a python method, self is listed as one of the parameters to be documented. According to the numpy docstring guide, self should not be included in there. Although not explicitly stated, I believe the same criteria applies for the google style as can be seen here
Settings
If applicable, describe your custom DoGe settings like so:
let g:doge_doc_standard_python='numpy'
To Reproduce
Steps to reproduce the behavior:
Go to method definition
Trigger DoGe
Scroll down to Parameters section
self is listed as one of the parameters to document
Expected behaviorself should not be listed in the parameters section (or Args section for google style).
Describe the bug When triggering DoGe in a python method,
self
is listed as one of the parameters to be documented. According to the numpy docstring guide,self
should not be included in there. Although not explicitly stated, I believe the same criteria applies for the google style as can be seen hereSettings If applicable, describe your custom DoGe settings like so:
To Reproduce Steps to reproduce the behavior:
self
is listed as one of the parameters to documentExpected behavior
self
should not be listed in the parameters section (or Args section for google style).Screenshots
Out of
vim --version