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

Unified Diff: chrome/common/extensions/docs/templates/private/api_reference.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: Created 8 years, 3 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/api_reference.html
diff --git a/chrome/common/extensions/docs/templates/private/api_reference.html b/chrome/common/extensions/docs/templates/private/api_reference.html
index a9580e2a0cb709a1c1d10c3cdf2de8fe9bec0ca9..f98c01863631695da75162d06deb4d646f594426 100644
--- a/chrome/common/extensions/docs/templates/private/api_reference.html
+++ b/chrome/common/extensions/docs/templates/private/api_reference.html
@@ -10,7 +10,7 @@
{{?api.properties}}
<h3 id="properties">Properties</h3>
{{#api.properties}}
- {{+partials.api_property api:api}}
+ {{+partials.api_property api:api property:@}}
not at google - send to devlin 2012/09/28 04:03:11 why do you need this change?
cduvall 2012/09/29 00:37:49 The api_property partial needs to refer to the pro
{{/}}
{{/api.properties}}
{{?api.functions}}

Powered by Google App Engine
This is Rietveld 408576698