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

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

Issue 10800047: Extension Docs Server Version 2: Various fixes. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: ok now it should work 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 31689bc6f891a8657a8c3e4986926868df79ccde..adc9a74728218944525770c5435e0bf81ffe8526 100644
--- a/chrome/common/extensions/docs/server2/templates/private/type.html
+++ b/chrome/common/extensions/docs/server2/templates/private/type.html
@@ -10,5 +10,10 @@
<dd><h3>Methods of {{type.name}}</h3>
<dd><dl>{{#functions}}{{+partials.function api:api prefix:type.name}}{{/}}</dl></dd>
{{/functions}}
+ {{?events}}
+ <a name={{type.name}}-events></a>
+ <dd><h3>Events of {{type.name}}</h3>
+ <dd><dl>{{#events}}{{+partials.event api:api prefix:type.name}}{{/}}</dl></dd>
+ {{/events}}
</div>
</div>

Powered by Google App Engine
This is Rietveld 408576698