PEP8 conformance for comment verifier module
This commit is contained in:
parent
cbaf6eb2b3
commit
95caf87596
11 changed files with 67 additions and 67 deletions
|
|
@ -2,9 +2,9 @@
|
|||
|
||||
import doxygen_alias
|
||||
import inspect
|
||||
import commentVerifier
|
||||
import comment_verifier
|
||||
|
||||
commentVerifier.check(inspect.getdoc(doxygen_alias.make_something),
|
||||
comment_verifier.check(inspect.getdoc(doxygen_alias.make_something),
|
||||
"""\
|
||||
A function returning something.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue