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

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

Issue 121713002: Rework API reference pages (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@addscss_330235
Patch Set: Rebase 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..b05d47c7124641f90e2c0cdb7993aeb00f7a6a70 100644
--- a/chrome/common/extensions/docs/templates/private/api_reference.html
+++ b/chrome/common/extensions/docs/templates/private/api_reference.html
@@ -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