Show a warning for Methods/Functions missing documentation
Brought to you by:
fabioz
Currently PyDev shows a warning/error for several things, like unused parameters, unused imports and so on. It would be nice if PyDev would also show a similar warning for missing doc-strings.
Did you try to use pydev with pylint?
pylint checks for that and can emit warnings.