diff options
author | asargent@chromium.org <asargent@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-19 23:04:57 +0000 |
---|---|---|
committer | asargent@chromium.org <asargent@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-19 23:04:57 +0000 |
commit | 0b0e8c954d6281495903e4a17e655feab3df55cf (patch) | |
tree | a8546d525780b8d6a929ee5f9c18e91c08be99b5 /chrome/common/extensions/docs/bookmarks.html | |
parent | fe3f29f3e13d5a045e6ee527f24055e8b2c24cb2 (diff) | |
download | chromium_src-0b0e8c954d6281495903e4a17e655feab3df55cf.zip chromium_src-0b0e8c954d6281495903e4a17e655feab3df55cf.tar.gz chromium_src-0b0e8c954d6281495903e4a17e655feab3df55cf.tar.bz2 |
Several small extensions docs system fixes
-Allow automagic links to types in API descriptions, using "$ref:TYPE_ID"
-Fix syntax error in callback code
-Fix a couple other small nits
BUG=52616
TEST=none
Review URL: http://codereview.chromium.org/3117029
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56764 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/extensions/docs/bookmarks.html')
-rw-r--r-- | chrome/common/extensions/docs/bookmarks.html | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/chrome/common/extensions/docs/bookmarks.html b/chrome/common/extensions/docs/bookmarks.html index 1db1df0..2d99ba5 100644 --- a/chrome/common/extensions/docs/bookmarks.html +++ b/chrome/common/extensions/docs/bookmarks.html @@ -855,7 +855,7 @@ For other examples and for help in viewing the source code, see </p> <!-- Note: intentionally longer 80 columns --> - <pre>function(<span>BookmarkTreeNode result</span>) <span class="subdued">{...}</span>);</pre> + <pre>function(<span>BookmarkTreeNode result</span>) <span class="subdued">{...}</span>;</pre> <dl> <div> <div> @@ -978,7 +978,7 @@ For other examples and for help in viewing the source code, see </p> <!-- Note: intentionally longer 80 columns --> - <pre>function(<span>Type param1, Type param2</span>) <span class="subdued">{...}</span>);</pre> + <pre>function(<span>Type param1, Type param2</span>) <span class="subdued">{...}</span>;</pre> <dl> <div> <div> @@ -1158,7 +1158,7 @@ For other examples and for help in viewing the source code, see </p> <!-- Note: intentionally longer 80 columns --> - <pre>function(<span>array of BookmarkTreeNode results</span>) <span class="subdued">{...}</span>);</pre> + <pre>function(<span>array of BookmarkTreeNode results</span>) <span class="subdued">{...}</span>;</pre> <dl> <div> <div> @@ -1408,7 +1408,7 @@ For other examples and for help in viewing the source code, see </p> <!-- Note: intentionally longer 80 columns --> - <pre>function(<span>array of BookmarkTreeNode results</span>) <span class="subdued">{...}</span>);</pre> + <pre>function(<span>array of BookmarkTreeNode results</span>) <span class="subdued">{...}</span>;</pre> <dl> <div> <div> @@ -1656,7 +1656,7 @@ For other examples and for help in viewing the source code, see </p> <!-- Note: intentionally longer 80 columns --> - <pre>function(<span>array of BookmarkTreeNode results</span>) <span class="subdued">{...}</span>);</pre> + <pre>function(<span>array of BookmarkTreeNode results</span>) <span class="subdued">{...}</span>;</pre> <dl> <div> <div> @@ -1845,7 +1845,7 @@ For other examples and for help in viewing the source code, see </p> <!-- Note: intentionally longer 80 columns --> - <pre>function(<span>array of BookmarkTreeNode results</span>) <span class="subdued">{...}</span>);</pre> + <pre>function(<span>array of BookmarkTreeNode results</span>) <span class="subdued">{...}</span>;</pre> <dl> <div> <div> @@ -1979,7 +1979,7 @@ For other examples and for help in viewing the source code, see </p> <!-- Note: intentionally longer 80 columns --> - <pre>function(<span>Type param1, Type param2</span>) <span class="subdued">{...}</span>);</pre> + <pre>function(<span>Type param1, Type param2</span>) <span class="subdued">{...}</span>;</pre> <dl> <div> <div> @@ -2339,7 +2339,7 @@ For other examples and for help in viewing the source code, see </p> <!-- Note: intentionally longer 80 columns --> - <pre>function(<span>BookmarkTreeNode result</span>) <span class="subdued">{...}</span>);</pre> + <pre>function(<span>BookmarkTreeNode result</span>) <span class="subdued">{...}</span>;</pre> <dl> <div> <div> @@ -2578,7 +2578,7 @@ For other examples and for help in viewing the source code, see </p> <!-- Note: intentionally longer 80 columns --> - <pre>function(<span></span>) <span class="subdued">{...}</span>);</pre> + <pre>function(<span></span>) <span class="subdued">{...}</span>;</pre> <dl> <div style="display: none; "> <div> @@ -2760,7 +2760,7 @@ For other examples and for help in viewing the source code, see </p> <!-- Note: intentionally longer 80 columns --> - <pre>function(<span></span>) <span class="subdued">{...}</span>);</pre> + <pre>function(<span></span>) <span class="subdued">{...}</span>;</pre> <dl> <div style="display: none; "> <div> @@ -2942,7 +2942,7 @@ For other examples and for help in viewing the source code, see </p> <!-- Note: intentionally longer 80 columns --> - <pre>function(<span>array of BookmarkTreeNode results</span>) <span class="subdued">{...}</span>);</pre> + <pre>function(<span>array of BookmarkTreeNode results</span>) <span class="subdued">{...}</span>;</pre> <dl> <div> <div> @@ -3370,7 +3370,7 @@ For other examples and for help in viewing the source code, see </p> <!-- Note: intentionally longer 80 columns --> - <pre>function(<span>BookmarkTreeNode result</span>) <span class="subdued">{...}</span>);</pre> + <pre>function(<span>BookmarkTreeNode result</span>) <span class="subdued">{...}</span>;</pre> <dl> <div> <div> |