diff options
author | thorogood@chromium.org <thorogood@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-20 05:23:18 +0000 |
---|---|---|
committer | thorogood@chromium.org <thorogood@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-20 05:23:18 +0000 |
commit | 86fcebea2f4f126302400b13a8176a7e43d0a7ab (patch) | |
tree | fe5141dda5a5a5bc49224953887c26edebb022ba /chrome/common/extensions/PRESUBMIT_test.py | |
parent | 8298cf59eee69398d72efdd6a402b340882290bc (diff) | |
download | chromium_src-86fcebea2f4f126302400b13a8176a7e43d0a7ab.zip chromium_src-86fcebea2f4f126302400b13a8176a7e43d0a7ab.tar.gz chromium_src-86fcebea2f4f126302400b13a8176a7e43d0a7ab.tar.bz2 |
Updates API documentation after r147399.
BUG=135689
TEST=none
Review URL: https://chromiumcodereview.appspot.com/10810032
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147617 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/extensions/PRESUBMIT_test.py')
-rwxr-xr-x | chrome/common/extensions/PRESUBMIT_test.py | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/chrome/common/extensions/PRESUBMIT_test.py b/chrome/common/extensions/PRESUBMIT_test.py index b646bec..68cd1c0 100755 --- a/chrome/common/extensions/PRESUBMIT_test.py +++ b/chrome/common/extensions/PRESUBMIT_test.py @@ -65,7 +65,8 @@ class TestPresubmit(unittest.TestCase): ' - Changes to %s not reflected in generated doc.\n' ' - Changes to sample %s have not been re-zipped.\n' ' - Docs out of sync with %s changes.\n' - 'First build DumpRenderTree, then update the docs by running:\n %s' % + 'First build DumpRenderTree, then update the docs by running:\n %s' + ' --page-name=<apiName>' % (os.path.normpath('chrome/common/extensions/docs/README.txt'), os.path.normpath('chrome/common/extensions/docs/static/foo.html'), os.path.normpath('chrome/common/extensions/docs/examples/foo/b/bz.js'), @@ -83,7 +84,8 @@ class TestPresubmit(unittest.TestCase): 'have not been updated properly. See %s for more info.\n' ' - Changes to generated doc %s not reflected in non-generated files.\n' ' - Changes to generated doc %s not reflected in non-generated files.\n' - 'First build DumpRenderTree, then update the docs by running:\n %s' % + 'First build DumpRenderTree, then update the docs by running:\n %s' + ' --page-name=<apiName>' % (os.path.normpath('chrome/common/extensions/docs/README.txt'), os.path.normpath('chrome/common/extensions/docs/bar.html'), os.path.normpath('chrome/common/extensions/docs/foo.html'), |