summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/docs/templates/private/api_summary.html
blob: 73ed0c209eb80387e9a036a509b585a92bf6281c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<section id="toc">
<h2>Summary</h2>
<table class="api-summary">
  <tr>
  {{?api.types}}
    <tr><th colspan="2">Types</th></tr>
    {{#t:api.types}}
      <tr><td><a href="#{{t.id}}">{{t.name}}</a></td></tr>
    {{/}}
  {{/api.types}}
  {{?api.properties}}
    <tr><th colspan="2">Properties</th></tr>
    {{#p:api.properties}}
      <tr><td><a href="#{{p.id}}">{{p.name}}</a></td>
    {{/}}
  {{/api.properties}}
  {{?api.functions}}
    <tr><th colspan="2">Methods</th></tr>
    {{#f:api.functions}}
    <tr><td><a href="#{{f.id}}">{{f.name}}</a> &minus;
        {{+partials.function_signature function:f api:api disableLink:f.id/}}
      </td></tr>
    {{/}}
  {{/api.functions}}
  {{?api.events}}
    <tr><th colspan="2">Events</th></tr>
    {{#e:api.events}}
      <tr><td><a href="#{{e.id}}">{{e.name}}</a></td></tr>
    {{/}}
  {{/api.events}}
  {{?api.domEvents}}
    <tr><th colspan="2">DOM Events</th></tr>
    {{#e:api.domEvents}}
      <tr><td><a href="#{{e.id}}">{{e.name}}</a></td></tr>
    {{/api.domEvents}}
  {{/api.domEvents}}
</table>
</section>