| Index: chrome/common/extensions/docs/templates/private/toc_functions.html
|
| diff --git a/chrome/common/extensions/docs/templates/private/toc_functions.html b/chrome/common/extensions/docs/templates/private/toc_functions.html
|
| index a94739b9abea338842e8fa4f79d8977ed20f732d..c6b3b43ed596b2fdefaa608df542d42e548aa905 100644
|
| --- a/chrome/common/extensions/docs/templates/private/toc_functions.html
|
| +++ b/chrome/common/extensions/docs/templates/private/toc_functions.html
|
| @@ -1,6 +1,6 @@
|
| -<a href="#{{?prefix}}{{prefix}}-{{/}}methods">Methods</a>
|
| +<a href="#{{?parent_name}}{{parent_name}}-{{/}}methods">Methods</a>
|
| <ol>
|
| {{#@}}
|
| - <li><a href="#method-{{?prefix}}{{prefix}}-{{/}}{{name}}">{{name}}</a></li>
|
| + <li><a href="#{{id}}">{{name}}</a></li>
|
| {{/}}
|
| </ol>
|
|
|