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

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

Issue 99703004: Docserver: Fix the TOC rendering for API references by fixing the haphazard way (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years 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/callback.html
diff --git a/chrome/common/extensions/docs/templates/private/callback.html b/chrome/common/extensions/docs/templates/private/callback.html
index 2c1d73ed603c7fdc50d2de305ce303b8077556ee..8666da5753615c3716a901d7042761262917538a 100644
--- a/chrome/common/extensions/docs/templates/private/callback.html
+++ b/chrome/common/extensions/docs/templates/private/callback.html
@@ -1,5 +1,4 @@
{{#callback}}
-<h4>Callback</h4>
<p>
{{?optional}}
If you specify the <em>{{name}}</em> parameter, it should
@@ -18,7 +17,7 @@
{{?parameters}}
<dl>
{{#p:parameters}}
- {{+partials.parameter_full parameter:p/}}
+ {{+partials.parameter_full parameter:p parentName:name hideParamTOC:true /}}
{{/parameters}}
</dl>
{{/parameters}}

Powered by Google App Engine
This is Rietveld 408576698