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

Unified Diff: chrome/common/extensions/docs/templates/private/toc_dom_events.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
Index: chrome/common/extensions/docs/templates/private/toc_dom_events.html
diff --git a/chrome/common/extensions/docs/templates/private/toc_dom_events.html b/chrome/common/extensions/docs/templates/private/toc_dom_events.html
deleted file mode 100644
index 1c79a88478715d4d5e2b3ac45c5d0d2de14b4f3f..0000000000000000000000000000000000000000
--- a/chrome/common/extensions/docs/templates/private/toc_dom_events.html
+++ /dev/null
@@ -1,6 +0,0 @@
-<a href="#dom_events">DOM Events</a>
-<ol>
- {{#e:domEvents}}
- <li><a href="#{{e.id}}">{{e.name}}</a></li>
- {{/domEvents}}
-</ol>

Powered by Google App Engine
This is Rietveld 408576698