Chromium Code Reviews| Index: chrome/common/extensions/docs/server2/templates/private/api_reference.html |
| diff --git a/chrome/common/extensions/docs/server2/templates/private/api_reference.html b/chrome/common/extensions/docs/server2/templates/private/api_reference.html |
| index c542ee4eda2f37eb2b993dbcdd2d21b83997522e..3bcbcd0e12edd26d47f3a23c61d4dd978ca2d9f3 100644 |
| --- a/chrome/common/extensions/docs/server2/templates/private/api_reference.html |
| +++ b/chrome/common/extensions/docs/server2/templates/private/api_reference.html |
| @@ -7,6 +7,12 @@ |
| {{+partials.function api:api}} |
| {{/}} |
| {{/api.functions}} |
| + {{?api.properties}} |
| + <h3 id="properties">Properties</h3> |
| + {{#api.properties}} |
| + {{+partials.api_property api:api}} |
| + {{/}} |
| + {{/api.properties}} |
|
not at google - send to devlin
2012/07/06 02:14:30
Properties go at the top.
cduvall
2012/07/06 20:32:11
Done.
|
| {{?api.events}} |
| <h3 id="events">Events</h3> |
| {{#api.events}} |