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

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

Issue 149673004: Rework API reference pages (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: bumped versions Created 6 years, 10 months 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/api_reference.html
diff --git a/chrome/common/extensions/docs/templates/private/api_reference.html b/chrome/common/extensions/docs/templates/private/api_reference.html
index dd369118195ad84936c3b52aff36d0fc475d8012..0a3bc657aa7a9488e04f307904228cd80b99bc3e 100644
--- a/chrome/common/extensions/docs/templates/private/api_reference.html
+++ b/chrome/common/extensions/docs/templates/private/api_reference.html
@@ -1,4 +1,4 @@
-<div class="api_reference">
+<div class="api-reference">
{{- This is a span not a header-tag so that it doesn't show up in the TOC. -}}
{{?api.types}}
<h2 id="types">Types</h2>
@@ -8,9 +8,11 @@
{{/api.types}}
{{?api.properties}}
<h2 id="properties">Properties</h2>
+ <table>
{{#p:api.properties}}
{{+partials.api_property api:api property:p/}}
{{/}}
+ </table>
{{/api.properties}}
{{?api.functions}}
<h2 id="methods">Methods</h2>

Powered by Google App Engine
This is Rietveld 408576698