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

Unified Diff: chrome/common/extensions/docs/templates/private/parameter_full.html

Issue 121713002: Rework API reference pages (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@addscss_330235
Patch Set: Rebase Created 6 years, 10 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
Index: chrome/common/extensions/docs/templates/private/parameter_full.html
diff --git a/chrome/common/extensions/docs/templates/private/parameter_full.html b/chrome/common/extensions/docs/templates/private/parameter_full.html
index c776029b7dd245b7a78ec8f97b74fabbdfd41c22..db48d634a9b3ec00b96c3516a3d5c065df0c120f 100644
--- a/chrome/common/extensions/docs/templates/private/parameter_full.html
+++ b/chrome/common/extensions/docs/templates/private/parameter_full.html
@@ -1,23 +1,11 @@
{{#parameter}}
-<div>
- {{?parentName}}<a name="{{id}}"></a>{{/}}
- <dl>
- {{+partials.property
- property:parameter
- parentName:name
- hideParamTOC:hideParamTOC /}}
- </dl>
- {{?properties}}
- <dd>
- <h4 title="">Properties</h4>
- <dl>
- {{#p:properties +partials.parameter_full
- parameter:p
- parentName:name
- hideParamTOC:hideParamTOC /}}
- </dl>
- </dd>
- {{/properties}}
+<tr>
+ {{+partials.property
+ property:parameter
+ parentName:name
+ parentCallback:parentCallback
+ hideParamTOC:hideParamTOC
+ innerTable:innerTable/}}
{{?parameters}}
<dd>
<dl>
@@ -25,6 +13,7 @@
{{#p:parameters +partials.parameter_full
parameter:p
parentName:name
+ innerTable:true
hideParamTOC:hideParamTOC /}}
</dl>
{{?callback +partials.callback callback:callback/}}
@@ -39,5 +28,5 @@
</dl>
</dd>
{{/returns}}
-</div>
+</tr>
{{/parameter}}

Powered by Google App Engine
This is Rietveld 408576698