Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(210)

Unified Diff: chrome/common/extensions/docs/templates/private/toc_types.html

Issue 103413002: Docserver: Include <h4> tags in the table of contents, it's needed for the API (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/common/extensions/docs/templates/private/toc_samples.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « chrome/common/extensions/docs/templates/private/toc_samples.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698