summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/docs/templates/private/parameter_full.html
blob: 50d54b1367f50600b84bdea645c98e920d19c85a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<div>
  {{?parent_name}}<a name="{{id}}"></a>{{/}}
  {{+partials.property}}
  {{?properties}}
  <dd>
    <dl>
    {{#properties}}
      {{+partials.parameter_full}}
    {{/}}
    </dl>
  </dd>
  {{/properties}}
</div>