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

Side by Side Diff: chrome/common/extensions/docs/templates/private/parameter_full.html

Issue 10985071: Extensions Docs Server: Show properties of properties in the table of contents (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: nits and updates to reflect server changes 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <div> 1 <div>
2 {{?parent_name}}<a name="{{id}}"></a>{{/}}
2 {{+partials.property}} 3 {{+partials.property}}
3 {{?properties}} 4 {{?properties}}
4 <dd> 5 <dd>
5 <dl> 6 <dl>
6 {{#properties}} 7 {{#properties}}
7 {{^additional_properties}} 8 {{+partials.parameter_full}}
8 {{+partials.parameter_full}} 9 {{/}}
9 {{/additional_properties}}
10 {{/}}
11 </dl> 10 </dl>
12 </dd> 11 </dd>
13 {{/properties}} 12 {{/properties}}
14 </div> 13 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698