Classes | |
class | Message |
class | ResolutionError |
class | Resolver |
Functions | |
def | GenerateDocumentation |
def | main |
def | ParseProtoFile |
def | ParseProtoFilesRecursively |
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 171 of file update_configuration_doc.py.
def update_configuration_doc.main | ( | ) |
Definition at line 205 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.
Recursively parses all proto files into a list of Message objects.
Definition at line 136 of file update_configuration_doc.py.
string update_configuration_doc::NODOC = 'Not yet documented.' |
Definition at line 48 of file update_configuration_doc.py.
00001 """.. Copyright 2016 The Cartographer Authors 00002 00003 .. Licensed under the Apache License, Version 2.0 (the "License"); 00004 you may not use this file except in compliance with the License. 00005 You may obtain a copy of the License at 00006 00007 .. http://www.apache.org/licenses/LICENSE-2.0 00008 00009 .. Unless required by applicable law or agreed to in writing, software 00010 distributed under the License is distributed on an "AS IS" BASIS, 00011 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 00012 See the License for the specific language governing permissions and 00013 limitations under the License. 00014 00015 ============= 00016 Configuration 00017 ============= 00018 00019 .. DO NOT EDIT! This documentation is AUTOGENERATED, please edit .proto files as 00020 .. needed and run scripts/update_configuration_doc.py. 00021 00022 """
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.
00001 """ 00002 """
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.