Classes | |
class | Message |
class | ResolutionError |
class | Resolver |
Functions | |
def | GenerateDocumentation (output_file, root) |
def | main () |
def | ParseProtoFile (proto_file) |
def | ParseProtoFilesRecursively (root) |
Variables | |
string | NODOC = 'Not yet documented.' |
string | PREFIX |
string | ROOT = 'cartographer' |
string | SUFFIX |
string | TARGET = 'docs/source/configuration.rst' |
def update_configuration_doc.GenerateDocumentation | ( | output_file, | |
root | |||
) |
Recursively generates documentation, sorts and writes it.
Definition at line 175 of file update_configuration_doc.py.
def update_configuration_doc.main | ( | ) |
Definition at line 204 of file update_configuration_doc.py.
def update_configuration_doc.ParseProtoFile | ( | proto_file | ) |
Computes the list of Message objects of the option messages in a file.
Definition at line 66 of file update_configuration_doc.py.
def update_configuration_doc.ParseProtoFilesRecursively | ( | root | ) |
Recursively parses all proto files into a list of Message objects.
Definition at line 140 of file update_configuration_doc.py.
string update_configuration_doc.NODOC = 'Not yet documented.' |
Definition at line 48 of file update_configuration_doc.py.
string update_configuration_doc.PREFIX |
Definition at line 24 of file update_configuration_doc.py.
string update_configuration_doc.ROOT = 'cartographer' |
Definition at line 23 of file update_configuration_doc.py.
string update_configuration_doc.SUFFIX |
Definition at line 46 of file update_configuration_doc.py.
string update_configuration_doc.TARGET = 'docs/source/configuration.rst' |
Definition at line 22 of file update_configuration_doc.py.