| Index: chrome/common/extensions/docs/templates/private/toc_types.html
|
| diff --git a/chrome/common/extensions/docs/templates/private/toc_types.html b/chrome/common/extensions/docs/templates/private/toc_types.html
|
| deleted file mode 100644
|
| index 99a5add197b9cfac66339da2216340d84c82bc1a..0000000000000000000000000000000000000000
|
| --- a/chrome/common/extensions/docs/templates/private/toc_types.html
|
| +++ /dev/null
|
| @@ -1,15 +0,0 @@
|
| -{{!types Types in the TOC}}
|
| -<a href="#{{?parentName}}{{parentName}}-{{/}}types">Types</a>
|
| -<ol>
|
| - {{#t:types}}
|
| - <li>
|
| - <a href="#{{t.id}}">{{t.name}}</a>
|
| - {{?t.functions}}<ol><li>
|
| - {{+partials.toc_functions parentName:t.name functions:t.functions/}}
|
| - </li></ol>{{/}}
|
| - {{?t.events}}<ol><li>
|
| - {{+partials.toc_events parentName:t.name events:t.events/}}
|
| - </li></ol>{{/t.events}}
|
| - </li>
|
| - {{/types}}
|
| -</ol>
|
|
|