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

Unified Diff: chrome/common/extensions/docs/templates/private/type.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/type.html
diff --git a/chrome/common/extensions/docs/templates/private/type.html b/chrome/common/extensions/docs/templates/private/type.html
index 11ba435df38baec2702c61fea16f9e3c86c8e853..958b5abf960f205b10fdee6f4b844316c124295d 100644
--- a/chrome/common/extensions/docs/templates/private/type.html
+++ b/chrome/common/extensions/docs/templates/private/type.html
@@ -7,8 +7,9 @@
{{{description}}}
</dd>{{/description}}
{{?properties}}
+ <a name={{type.name}}-properties></a>
not at google - send to devlin 2012/09/28 04:03:11 Can you make this <h3 id=...>Properties of {{type.
cduvall 2012/09/29 00:37:49 Done.
<dd><dl>{{#properties}}{{^additional_properties}}
- {{+partials.parameter_full}}
+ {{+partials.parameter_full prefix:type.name}}
{{/}}{{/}}</dl></dd>
{{/properties}}
{{?functions}}

Powered by Google App Engine
This is Rietveld 408576698