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

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

Issue 149673004: Rework API reference pages (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: bumped versions 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..f2cfb8dd10dcc2e4de99262badbb612de43df59b 100644
--- a/chrome/common/extensions/docs/templates/private/parameter_full.html
+++ b/chrome/common/extensions/docs/templates/private/parameter_full.html
@@ -1,23 +1,10 @@
{{#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/}}
{{?parameters}}
<dd>
<dl>
@@ -39,5 +26,5 @@
</dl>
</dd>
{{/returns}}
-</div>
+</tr>
{{/parameter}}

Powered by Google App Engine
This is Rietveld 408576698