Classes | |
class | WikiBrancher |
Functions | |
def | DropWikiSuffix |
def | main |
Variables | |
string | __author__ = 'wan@google.com (Zhanyong Wan)' |
list | GMOCK_UNVERSIONED_WIKIS |
list | GTEST_UNVERSIONED_WIKIS = ['DevGuide.wiki'] |
def release_docs.DropWikiSuffix | ( | wiki_filename | ) |
Removes the .wiki suffix (if any) from the given filename.
Definition at line 82 of file release_docs.py.
def release_docs.main | ( | void | ) |
Definition at line 148 of file release_docs.py.
string release_docs::__author__ = 'wan@google.com (Zhanyong Wan)' |
Definition at line 64 of file release_docs.py.
00001 [ 00002 'DesignDoc.wiki', 00003 'DevGuide.wiki', 00004 'KnownIssues.wiki' 00005 ]
Definition at line 75 of file release_docs.py.
list release_docs::GTEST_UNVERSIONED_WIKIS = ['DevGuide.wiki'] |
Definition at line 74 of file release_docs.py.