- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / common / extensions / docs / templates / private / api_property.html
1 <div>
2   <h3 id="{{id}}">{{name}}</h3>
3   <div class="summary">
4     <div class="line">{{+partials.api_namespace api:api}}{{name}}</div>
5   </div>
6   <div>
7     <dt><span class="property">{{name}}</span> {{+partials.type_name link:link}}</dt>
8     {{?description}}<dd>
9       {{{description}}}
10     </dd>{{/description}}
11     {{?properties}}
12     <h4 id="{{property.name}}-properties">
13       Properties of <a href="#property-{{property.name}}">{{property.name}}</a>
14     </h4>
15     <dd><dl>{{#properties}}
16       {{+partials.parameter_full}}
17     {{/}}</dl></dd>
18     {{/properties}}
19     {{?functions}}
20     <h4 id="{{property.name}}-functions">
21       Methods of <a href="#property-{{property.name}}">{{property.name}}</a>
22     </h4>
23     <dd><dl>{{#functions}}
24       {{+partials.function @:@}}
25     {{/}}</dl></dd>
26     {{/functions}}
27   </div>
28 </div>