Chromium Code Reviews| 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}} |