Variables
check_documentation Namespace Reference

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
 

Variable Documentation

◆ _INTERESTING_EXTENSIONS

list check_documentation._INTERESTING_EXTENSIONS = ['.c', '.h', '.cc']
private

Definition at line 30 of file check_documentation.py.

◆ _ROOT

check_documentation._ROOT = os.path.abspath(os.path.join(os.path.dirname(sys.argv[0]), '../../..'))
private

Definition at line 33 of file check_documentation.py.

◆ _TARGET_DIRS

list check_documentation._TARGET_DIRS
private
Initial value:
1 = [
2  'include/grpc', 'include/grpc++', 'src/core', 'src/cpp', 'test/core',
3  'test/cpp'
4 ]

Definition at line 24 of file check_documentation.py.

◆ contents

check_documentation.contents = f.read()

Definition at line 59 of file check_documentation.py.

◆ errors

int check_documentation.errors = 0

Definition at line 36 of file check_documentation.py.

◆ path

check_documentation.path = os.path.join(root, filename)

Definition at line 57 of file check_documentation.py.

◆ printed_banner

bool check_documentation.printed_banner = False

Definition at line 39 of file check_documentation.py.



grpc
Author(s):
autogenerated on Fri May 16 2025 03:03:01