Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1467)

Unified Diff: chrome/common/extensions/docs/template/api_template.html

Issue 3117029: Several small extensions docs system fixes... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/common/extensions/docs/tabs.html ('k') | chrome/common/extensions/docs/themes.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/docs/template/api_template.html
===================================================================
--- chrome/common/extensions/docs/template/api_template.html (revision 56756)
+++ chrome/common/extensions/docs/template/api_template.html (working copy)
@@ -40,7 +40,7 @@
Undocumented.
</dd>
<dd jsdisplay="$this.description"
- jsvalues=".innerHTML:$this.description">
+ jsvalues=".innerHTML:substituteTypeRefs($this.description)">
Description of this parameter from the json schema.
</dd>
<dd jsdisplay="$this.min_version">
@@ -366,7 +366,7 @@
</p>
<!-- Note: intentionally longer 80 columns -->
- <pre>function(<span jscontent="getSignatureString(parameters)">Type param1, Type param2</span>) <span class="subdued">{...}</span>);</pre>
+ <pre>function(<span jscontent="getSignatureString(parameters)">Type param1, Type param2</span>) <span class="subdued">{...}</span>;</pre>
<dl>
<div jsselect="parameters">
<div transclude="valueTemplate">
« no previous file with comments | « chrome/common/extensions/docs/tabs.html ('k') | chrome/common/extensions/docs/themes.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698