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

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

Issue 22854025: Use the externally_connectable schema from manifest_types.json to generate its (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 4 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <h1 id="apiReference">chrome.{{api.name}} reference</h1> 1 <h1 id="apiReference">chrome.{{api.name}} reference</h1>
2 <div class="api_reference"> 2 <div class="api_reference">
3 {{?api.types}} 3 {{?api.types}}
4 <h2 id="types">Types</h2> 4 <h2 id="types">Types</h2>
5 {{#api.types}} 5 {{#api.types}}
6 {{+partials.type api:api display_name:name}} 6 {{+partials.type display_name:name}}
7 {{/}} 7 {{/}}
8 {{/api.types}} 8 {{/api.types}}
9 {{?api.properties}} 9 {{?api.properties}}
10 <h2 id="properties">Properties</h2> 10 <h2 id="properties">Properties</h2>
11 {{#api.properties}} 11 {{#api.properties}}
12 {{+partials.api_property api:api property:@}} 12 {{+partials.api_property api:api property:@}}
13 {{/}} 13 {{/}}
14 {{/api.properties}} 14 {{/api.properties}}
15 {{?api.functions}} 15 {{?api.functions}}
16 <h2 id="methods">Methods</h2> 16 <h2 id="methods">Methods</h2>
(...skipping 10 matching lines...) Expand all
27 </div> 27 </div>
28 {{?samples_list}} 28 {{?samples_list}}
29 <h2 id="samples">Sample {{title}} that use chrome.{{api.name}}</h2> 29 <h2 id="samples">Sample {{title}} that use chrome.{{api.name}}</h2>
30 {{#samples_list}} 30 {{#samples_list}}
31 <li><strong><a href="samples.html#{{id}}">{{name}}</a></strong> 31 <li><strong><a href="samples.html#{{id}}">{{name}}</a></strong>
32 {{?description}} 32 {{?description}}
33 &ndash; {{description}} 33 &ndash; {{description}}
34 {{/description}}</li> 34 {{/description}}</li>
35 {{/samples_list}} 35 {{/samples_list}}
36 {{/samples_list}} 36 {{/samples_list}}
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698