Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8364)

Unified Diff: chrome/common/extensions/docs/templates/private/api_reference.html

Issue 11031061: Merge 160302 - Extensions Docs Server: Show properties of properties in the table of contents (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1284/src/
Patch Set: Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/common/extensions/docs/templates/private/api_reference.html
===================================================================
--- chrome/common/extensions/docs/templates/private/api_reference.html (revision 160305)
+++ chrome/common/extensions/docs/templates/private/api_reference.html (working copy)
@@ -1,5 +1,4 @@
-<a name="apiReference"></a>
-<h2>API Reference: chrome.{{api.name}}</h2>
+<h2 id="apiReference">API Reference: chrome.{{api.name}}</h2>
<div class="api_reference">
{{?api.types}}
<h3 id="types">Types</h3>
@@ -10,7 +9,7 @@
{{?api.properties}}
<h3 id="properties">Properties</h3>
{{#api.properties}}
- {{+partials.api_property api:api}}
+ {{+partials.api_property api:api property:@}}
{{/}}
{{/api.properties}}
{{?api.functions}}
@@ -27,8 +26,7 @@
{{/api.events}}
</div>
{{?samples_list}}
- <a name="samples"></a>
- <h2>Sample {{title}} that use chrome.{{api.name}}</h2>
+ <h2 id="samples">Sample {{title}} that use chrome.{{api.name}}</h2>
{{#samples_list}}
<li><strong><a href="samples.html#{{id}}">{{name}}</a></strong> &ndash;
{{?description}}

Powered by Google App Engine
This is Rietveld 408576698