Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / chrome / common / extensions / docs / templates / private / callback.html
index 8666da5..51a75ac 100644 (file)
@@ -1,24 +1,24 @@
 {{#callback}}
-<p>
+  <p>
   {{?optional}}
       If you specify the <em>{{name}}</em> parameter, it should
-      specify a function that looks like this:
+      be a function that looks like this:
   {{:optional}}
-      The <em>{{name}}</em> parameter should specify a function
+      The <em>{{name}}</em> parameter should be a function
       that looks like this:
   {{/optional}}
-</p>
-<pre>function({{#p:parameters}}{{+partials.variable_type type:p/}} {{p.name}}{{^p.last}}, {{/}}{{/}}) <span class="subdued">{...}</span>;</pre>
+  </p>
+<code class="prettyprint">function({{#p:parameters}}{{+partials.variable_type type:p/}} {{p.name}}{{^p.last}}, {{/}}{{/}}) <span class="subdued">{...}</span>;</code>
 {{?description}}
 <p>
   {{{description}}}
 </p>
 {{/description}}
 {{?parameters}}
-<dl>
+  <table class="innerTable">
   {{#p:parameters}}
     {{+partials.parameter_full parameter:p parentName:name hideParamTOC:true /}}
   {{/parameters}}
-</dl>
+  </table>
 {{/parameters}}
 {{/callback}}