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

Unified Diff: chrome/common/extensions/docs/template/api_template.html

Issue 9192029: Bindings layer for declarative events API (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Check whether eventName may be optional Created 8 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
« no previous file with comments | « chrome/common/extensions/docs/samples.json ('k') | chrome/renderer/extensions/custom_bindings_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/docs/template/api_template.html
diff --git a/chrome/common/extensions/docs/template/api_template.html b/chrome/common/extensions/docs/template/api_template.html
index 8fa2e449dd7fb1c503d6990cb88f63eb6d2a35f4..e4144a451e3c538e468bc80200a49bb45306d636 100644
--- a/chrome/common/extensions/docs/template/api_template.html
+++ b/chrome/common/extensions/docs/template/api_template.html
@@ -149,7 +149,8 @@
<li id="typesTocTemplate" jsdisplay="types && types.length > 0">
<a href="#types">Types</a>
<ol>
- <li jsselect="types.sort(sortByName)">
+ <li jsselect="types.sort(sortByName)"
+ jsdisplay="!($this.nodoc)">
<a jscontent="id"
jsvalues=".href:'#type-' + id"
href="#id-anchor">id</a>
@@ -514,7 +515,8 @@
<h3 id="types">Types</h3>
<!-- iterates over all types -->
- <div jsselect="types.sort(sortByName)" class="apiItem">
+ <div jsselect="types.sort(sortByName)" jsdisplay="!($this.nodoc)"
+ class="apiItem">
<a jsvalues=".name:'type-' + id"></a>
<h4 jscontent="id">type name</h4>
« no previous file with comments | « chrome/common/extensions/docs/samples.json ('k') | chrome/renderer/extensions/custom_bindings_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698