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

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

Issue 10985071: Extensions Docs Server: Show properties of properties in the table of contents (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: nits and updates to reflect server changes Created 8 years, 2 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 efc1f3363823c7fc3dda6ce4fd17d0d258213409..50d54b1367f50600b84bdea645c98e920d19c85a 100644
--- a/chrome/common/extensions/docs/templates/private/parameter_full.html
+++ b/chrome/common/extensions/docs/templates/private/parameter_full.html
@@ -1,13 +1,12 @@
<div>
+ {{?parent_name}}<a name="{{id}}"></a>{{/}}
{{+partials.property}}
{{?properties}}
<dd>
<dl>
- {{#properties}}
- {{^additional_properties}}
- {{+partials.parameter_full}}
- {{/additional_properties}}
- {{/}}
+ {{#properties}}
+ {{+partials.parameter_full}}
+ {{/}}
</dl>
</dd>
{{/properties}}

Powered by Google App Engine
This is Rietveld 408576698