Index: chrome/common/extensions/docs/templates/private/function.html |
diff --git a/chrome/common/extensions/docs/templates/private/function.html b/chrome/common/extensions/docs/templates/private/function.html |
index 472ad0e203b46f57358691b0dcee3649b7fa49f0..f295ead16f03e4e47693e6100a531b3dbf2c258a 100644 |
--- a/chrome/common/extensions/docs/templates/private/function.html |
+++ b/chrome/common/extensions/docs/templates/private/function.html |
@@ -1,7 +1,8 @@ |
+{{!function The function to render}} |
<div> |
- <h4 id="{{?id}}{{id}}{{:}}{{?parentId}}{{parentId}}-{{name}}{{/}}{{/}}"> |
- {{name}} |
+ <h4 id="{{?function.id}}{{function.id}}{{:}}{{?parentId}}{{parentId}}-{{function.name}}{{/}}{{/}}"> |
+ {{function.name}} |
</h4> |
- {{+partials.warning_deprecated item:@}} |
- {{+partials.function_details function:@ parentName:parentName api:api}} |
+ {{+partials.warning_deprecated item:function/}} |
+ {{+partials.function_details function:function parentName:parentName api:api/}} |
</div> |