summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/docs/getstarted.html
diff options
context:
space:
mode:
authorrafaelw@chromium.org <rafaelw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-10 22:48:48 +0000
committerrafaelw@chromium.org <rafaelw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-10 22:48:48 +0000
commit7720ea28c5ead344530f32ac2ce9598ba437bca0 (patch)
tree469c1106694fb258e6c71f143199f6991fe02472 /chrome/common/extensions/docs/getstarted.html
parentcd2e5fbeb03f027723229ecf65bb881401ef4fbd (diff)
downloadchromium_src-7720ea28c5ead344530f32ac2ce9598ba437bca0.zip
chromium_src-7720ea28c5ead344530f32ac2ce9598ba437bca0.tar.gz
chromium_src-7720ea28c5ead344530f32ac2ce9598ba437bca0.tar.bz2
Extension Docs Fixes
This adds another jstemplate html attribute to be stripped from the final rendered page (jsinstance). It also explicitly specifies function param names ($this.name) to avoid unexpected output in docs. Additionally, it adds a name for an 18n.getMessage param BUG=NONE TEST=NONE Review URL: http://codereview.chromium.org/384020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31609 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/extensions/docs/getstarted.html')
-rw-r--r--chrome/common/extensions/docs/getstarted.html16
1 files changed, 8 insertions, 8 deletions
diff --git a/chrome/common/extensions/docs/getstarted.html b/chrome/common/extensions/docs/getstarted.html
index 0c94e91..57c7ae6 100644
--- a/chrome/common/extensions/docs/getstarted.html
+++ b/chrome/common/extensions/docs/getstarted.html
@@ -161,31 +161,31 @@
<div id="toc">
<p>Contents</p>
<ol>
- <li jsinstance="0">
+ <li>
<a href="#browser">Get your browser ready</a>
<ol>
- <li jsinstance="*0" style="display: none; ">
+ <li style="display: none; ">
<a>h3Name</a>
</li>
</ol>
- </li><li jsinstance="1">
+ </li><li>
<a href="#load">Create and load an extension</a>
<ol>
- <li jsinstance="*0" style="display: none; ">
+ <li style="display: none; ">
<a>h3Name</a>
</li>
</ol>
- </li><li jsinstance="2">
+ </li><li>
<a href="#code">Add code to the extension</a>
<ol>
- <li jsinstance="*0" style="display: none; ">
+ <li style="display: none; ">
<a>h3Name</a>
</li>
</ol>
- </li><li jsinstance="*3">
+ </li><li>
<a href="#summary">Now what?</a>
<ol>
- <li jsinstance="*0" style="display: none; ">
+ <li style="display: none; ">
<a>h3Name</a>
</li>
</ol>