| 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 28b273d8023ecd874780ba18ae099c1b7a820a43..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 function:@}}
|
| - {{+partials.function_details function:@ parentName:parentName api:api}}
|
| + {{+partials.warning_deprecated item:function/}}
|
| + {{+partials.function_details function:function parentName:parentName api:api/}}
|
| </div>
|
|
|