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

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

Issue 10689117: Extensions Docs Server: Support APIs with properties (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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/api_reference.html
diff --git a/chrome/common/extensions/docs/server2/templates/private/api_reference.html b/chrome/common/extensions/docs/server2/templates/private/api_reference.html
index c542ee4eda2f37eb2b993dbcdd2d21b83997522e..3bcbcd0e12edd26d47f3a23c61d4dd978ca2d9f3 100644
--- a/chrome/common/extensions/docs/server2/templates/private/api_reference.html
+++ b/chrome/common/extensions/docs/server2/templates/private/api_reference.html
@@ -7,6 +7,12 @@
{{+partials.function api:api}}
{{/}}
{{/api.functions}}
+ {{?api.properties}}
+ <h3 id="properties">Properties</h3>
+ {{#api.properties}}
+ {{+partials.api_property api:api}}
+ {{/}}
+ {{/api.properties}}
not at google - send to devlin 2012/07/06 02:14:30 Properties go at the top.
cduvall 2012/07/06 20:32:11 Done.
{{?api.events}}
<h3 id="events">Events</h3>
{{#api.events}}

Powered by Google App Engine
This is Rietveld 408576698