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

Unified Diff: chrome/common/extensions/docs/templates/private/type.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/type.html
diff --git a/chrome/common/extensions/docs/templates/private/type.html b/chrome/common/extensions/docs/templates/private/type.html
index 9851a470be83a8a4e0c5dfc4143762404169ae7b..da96f3c73759e1039b6b6ece82b8af1ac702ddc9 100644
--- a/chrome/common/extensions/docs/templates/private/type.html
+++ b/chrome/common/extensions/docs/templates/private/type.html
@@ -25,13 +25,14 @@
{{+partials.type_item title:strings.properties
display_name:display_name
items:properties
- item_partial:partials.parameter_full/}}
+ item_partial:(partials.parameter_full
+ hideParamTOC:true) /}}
{{/properties}}
{{?functions}}
{{+partials.type_item title:strings.methods
display_name:display_name
items:functions
- item_partial:partials.function/}}
+ item_partial:partials.function /}}
{{/functions}}
{{?events}}
{{+partials.type_item title:strings.events

Powered by Google App Engine
This is Rietveld 408576698