| Index: chrome/common/extensions/docs/templates/private/manifest_property.html
|
| diff --git a/chrome/common/extensions/docs/templates/private/manifest_property.html b/chrome/common/extensions/docs/templates/private/manifest_property.html
|
| index fa312d9dfd55c5c179e6c89c64a5ccc33ce94121..f62a98aa98fd5683c678ddafa3297417b4f5a039 100644
|
| --- a/chrome/common/extensions/docs/templates/private/manifest_property.html
|
| +++ b/chrome/common/extensions/docs/templates/private/manifest_property.html
|
| @@ -1,13 +1,15 @@
|
| +{{#property}}
|
| {{?annotations}}
|
| -{{#annotations}}
|
| -<em>// {{@}}</em>
|
| +{{#a:annotations}}
|
| +<em>// {{a}}</em>
|
| {{/annotations}}
|
| {{/annotations}}
|
| {{?documentation}}
|
| "<a href="{{documentation}}">{{name}}</a>":{{:documentation}}
|
| "{{name}}":{{^children}}{{^has_example}} ...{{/}}{{/}}{{/documentation}}
|
| {{?children}} {
|
| -{{#children}}
|
| - {{+partials.manifest_property}}
|
| -{{/}}
|
| +{{#c:children}}
|
| + {{+partials.manifest_property property:c/}}
|
| +{{/children}}
|
| }{{:children}}{{?has_example}} {{example}}{{/}}{{/}}{{^is_last}},{{/}}
|
| +{{/property}}
|
|
|