- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / common / extensions / docs / templates / private / parameter_full.html
1 <div>
2   {{?parentName}}<a name="{{id}}"></a>{{/}}
3   {{+partials.property}}
4   {{?properties}}
5   <dd>
6     <dl>
7     {{#properties}}
8       {{+partials.parameter_full}}
9     {{/properties}}
10     </dl>
11   </dd>
12   {{/properties}}
13   {{?parameters}}
14   <dd>
15     <dl>
16     <h5>Parameters</h5>
17     {{#parameters}}
18       {{+partials.parameter_full}}
19     {{/}}
20     </dl>
21     {{?callback}}{{+partials.callback}}{{/}}
22   </dd>
23   {{/parameters}}
24   {{?returns}}
25   <dd>
26     <dl>
27       <dt>Returns<span class="property">
28         {{+partials.variable_type}}
29       </span></dt>
30     </dl>
31   </dd>
32   {{/returns}}
33 </div>