diff options
Diffstat (limited to 'chrome/common/extensions/docs/templates/private/toc_properties.html')
-rw-r--r-- | chrome/common/extensions/docs/templates/private/toc_properties.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/chrome/common/extensions/docs/templates/private/toc_properties.html b/chrome/common/extensions/docs/templates/private/toc_properties.html new file mode 100644 index 0000000..eec6754 --- /dev/null +++ b/chrome/common/extensions/docs/templates/private/toc_properties.html @@ -0,0 +1,8 @@ +<a href="#{{?prefix}}{{prefix}}-{{/}}properties">Properties</a> +<ol> + {{#@}} + <li><a href="#property-{{?prefix}}{{prefix}}-{{/}}{{name}}">{{name}}</a></li> + {{?functions}}<ol><li>{{+partials.toc_functions prefix:name}}</li></ol>{{/}} + {{?events}}<ol><li>{{+partials.toc_events prefix:name}}</li></ol>{{/}} + {{/}} +</ol> |