diff options
author | gman@google.com <gman@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-25 17:59:01 +0000 |
---|---|---|
committer | gman@google.com <gman@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-25 17:59:01 +0000 |
commit | 797d7f14c1b8ce1d69473c066a1cc22640371440 (patch) | |
tree | 0f30df4d63ec002ec5e5edd9df3912af1d415008 /o3d/documentation/build_docs.py | |
parent | b73c80529218f75f7a0e1ecad53714487edd9c47 (diff) | |
download | chromium_src-797d7f14c1b8ce1d69473c066a1cc22640371440.zip chromium_src-797d7f14c1b8ce1d69473c066a1cc22640371440.tar.gz chromium_src-797d7f14c1b8ce1d69473c066a1cc22640371440.tar.bz2 |
changes the js docs from js_0_1_ to js_1_0_
Review URL: http://codereview.chromium.org/174401
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24247 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'o3d/documentation/build_docs.py')
-rwxr-xr-x | o3d/documentation/build_docs.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/o3d/documentation/build_docs.py b/o3d/documentation/build_docs.py index 3c96852..e3975d3 100755 --- a/o3d/documentation/build_docs.py +++ b/o3d/documentation/build_docs.py @@ -229,7 +229,7 @@ def BuildO3DDocsFromJavaScript(js_files, ezt_output_dir, html_output_dir): def BuildO3DJSDocs(js_files, ezt_output_dir, html_output_dir, exports_file):
- RunJSDocToolkit(js_files, ezt_output_dir, html_output_dir, 'js_0_1_', 'o3djs',
+ RunJSDocToolkit(js_files, ezt_output_dir, html_output_dir, 'js_1_0_', 'o3djs',
'jsdocs', '..', exports_file)
|