PEP8 conformance for comment verifier module
This commit is contained in:
parent
cbaf6eb2b3
commit
95caf87596
11 changed files with 67 additions and 67 deletions
|
|
@ -4,10 +4,10 @@ import doxygen_translate_links
|
|||
import inspect
|
||||
import string
|
||||
import sys
|
||||
import commentVerifier
|
||||
import comment_verifier
|
||||
|
||||
|
||||
commentVerifier.check(inspect.getdoc(doxygen_translate_links.function),
|
||||
comment_verifier.check(inspect.getdoc(doxygen_translate_links.function),
|
||||
r"""Testing typenames converting in @ link
|
||||
|
||||
superFunc(int,std::string)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue