Variables | |
list | _INTERESTING_EXTENSIONS = ['.c', '.h', '.cc'] |
_ROOT = os.path.abspath(os.path.join(os.path.dirname(sys.argv[0]), '../../..')) | |
list | _TARGET_DIRS |
contents = f.read() | |
int | errors = 0 |
path = os.path.join(root, filename) | |
bool | printed_banner = False |
|
private |
Definition at line 30 of file check_documentation.py.
|
private |
Definition at line 33 of file check_documentation.py.
|
private |
Definition at line 24 of file check_documentation.py.
check_documentation.contents = f.read() |
Definition at line 59 of file check_documentation.py.
int check_documentation.errors = 0 |
Definition at line 36 of file check_documentation.py.
Definition at line 57 of file check_documentation.py.
bool check_documentation.printed_banner = False |
Definition at line 39 of file check_documentation.py.