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"> |