| Index: chrome/common/extensions/docs/templates/private/api_reference.html
|
| diff --git a/chrome/common/extensions/docs/templates/private/api_reference.html b/chrome/common/extensions/docs/templates/private/api_reference.html
|
| index dd369118195ad84936c3b52aff36d0fc475d8012..0a3bc657aa7a9488e04f307904228cd80b99bc3e 100644
|
| --- a/chrome/common/extensions/docs/templates/private/api_reference.html
|
| +++ b/chrome/common/extensions/docs/templates/private/api_reference.html
|
| @@ -1,4 +1,4 @@
|
| -<div class="api_reference">
|
| +<div class="api-reference">
|
| {{- This is a span not a header-tag so that it doesn't show up in the TOC. -}}
|
| {{?api.types}}
|
| <h2 id="types">Types</h2>
|
| @@ -8,9 +8,11 @@
|
| {{/api.types}}
|
| {{?api.properties}}
|
| <h2 id="properties">Properties</h2>
|
| + <table>
|
| {{#p:api.properties}}
|
| {{+partials.api_property api:api property:p/}}
|
| {{/}}
|
| + </table>
|
| {{/api.properties}}
|
| {{?api.functions}}
|
| <h2 id="methods">Methods</h2>
|
|
|