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

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

Issue 10700118: Extensions Docs Server: First doc conversions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added all APIs Created 8 years, 5 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/server2/templates/private/type.html
diff --git a/chrome/common/extensions/docs/server2/templates/private/type.html b/chrome/common/extensions/docs/server2/templates/private/type.html
index 46309e259be10862e87f61a0e2ca3b3ebf8ae268..d27ada71dce98ec7de2a720228a020685e698998 100644
--- a/chrome/common/extensions/docs/server2/templates/private/type.html
+++ b/chrome/common/extensions/docs/server2/templates/private/type.html
@@ -5,5 +5,6 @@
<dt>{{+partials.type_name}}</dt>
<dd>{{{description}}}</dd>
<dd><dl>{{#properties}}{{+partials.property}}{{/}}</dl></dd>
+ <dd><dl>{{#functions}}{{+partials.function api:api}}{{/}}</dl></dd>
</div>
</div>

Powered by Google App Engine
This is Rietveld 408576698