Chromium Code Reviews| Index: chrome/common/extensions/docs/server2/templates/private/table_of_contents.html |
| diff --git a/chrome/common/extensions/docs/server2/templates/private/table_of_contents.html b/chrome/common/extensions/docs/server2/templates/private/table_of_contents.html |
| index 6e078b3883f0d100cfae3eab71474dc7ed1f65e0..7e1680db79216d6d0ac34f5dbc92ecf7a04d3400 100644 |
| --- a/chrome/common/extensions/docs/server2/templates/private/table_of_contents.html |
| +++ b/chrome/common/extensions/docs/server2/templates/private/table_of_contents.html |
| @@ -14,6 +14,16 @@ |
| </ol> |
| </li> |
| {{/api.functions}} |
| + {{?api.properties}} |
|
not at google - send to devlin
2012/07/06 02:14:30
ditto
cduvall
2012/07/06 20:32:11
Done.
|
| + <li> |
| + <a href="#properties">Properties</a> |
| + <ol> |
| + {{#api.properties}} |
| + <li><a href="#property-{{name}}">{{name}}</a></li> |
| + {{/}} |
| + </ol> |
| + </li> |
| + {{/api.properties}} |
| {{?api.events}} |
| <li> |
| <a href="#events">Events</a> |