Chromium Code Reviews| 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..e539d088e5b8f649a38fc475b459edbbce2f0c1a 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}}<a id="{{id}}"></a>{{/}} |
|
not at google - send to devlin
2012/10/03 01:17:11
this should be name= for a's right?
or you could
cduvall
2012/10/05 01:16:15
Done.
|
| {{+partials.property}} |
| {{?properties}} |
| <dd> |
| <dl> |
| - {{#properties}} |
| - {{^additional_properties}} |
| - {{+partials.parameter_full}} |
| - {{/additional_properties}} |
| - {{/}} |
| + {{#properties}} |
| + {{+partials.parameter_full}} |
| + {{/}} |
| </dl> |
| </dd> |
| {{/properties}} |