Chromium Code Reviews| 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 |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..f161b0aed23bf91bb4223b93378ac7470a728a6f |
| --- /dev/null |
| +++ b/chrome/common/extensions/docs/templates/private/manifest_property.html |
| @@ -0,0 +1,13 @@ |
| +{{?annotations}} |
| +{{#annotations}} |
| +<em>// {{@}}</em> |
| +{{/annotations}} |
| +{{/annotations}} |
| +{{?documentation}} |
| +"<a href="{{documentation}}">{{name}}</a>":{{:documentation}} |
| +"{{name}}":{{^children}} ...{{/}}{{/documentation}} |
| +{{?children}} { |
| +{{#children}} |
| + {{+partials.manifest_property}} |
| +{{/}} |
| +}{{:children}}{{?has_example}} {{example}}{{/}}{{/}}{{^is_last}},{{/}} |