Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / chrome / common / extensions / docs / templates / private / function.html
index 28b273d..0cf65e5 100644 (file)
@@ -1,7 +1,14 @@
+{{!function The function to render}}
+{{?parentName}}<tr><td>{{/}}
 <div>
-  <h4 id="{{?id}}{{id}}{{:}}{{?parentId}}{{parentId}}-{{name}}{{/}}{{/}}">
-    {{name}}
-  </h4>
-  {{+partials.warning_deprecated function:@}}
-  {{+partials.function_details function:@ parentName:parentName api:api}}
+  {{?parentName}}<h4{{:}}<h3{{/}}
+      {{- Might be an anonymous function. -}}
+      {{?function.id}}id="{{function.id}}"{{/}}
+      {{?hideParamTOC}}title=""{{/}}>{{function.name}}
+  {{?parentName}}</h4>{{:}}</h3>{{/}}
+  {{+partials.function_details
+      function:function
+      parentName:parentName
+      api:api/}}
 </div>
+{{?parentName}}</td></tr>{{/}}