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

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

Issue 60703003: Docserver: Fix a bug where API properties were not showing their type. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 years, 1 month 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <div> 1 <div>
2 <h3 id="{{id}}">{{name}}</h3> 2 <h3 id="{{id}}">{{name}}</h3>
3 <div class="summary"> 3 <div class="summary">
4 <div class="line">{{+partials.api_namespace api:api}}{{name}}</div> 4 <div class="line">{{+partials.api_namespace api:api}}{{name}}</div>
5 </div> 5 </div>
6 <div> 6 <div>
7 <dt><span class="property">{{name}}</span> {{+partials.type_name link:link}} </dt> 7 <dt><span class="property">{{name}}</span> {{+partials.type_name link:link @ :property}}</dt>
8 {{?description}}<dd> 8 {{?description}}<dd>
9 {{{description}}} 9 {{{description}}}
10 </dd>{{/description}} 10 </dd>{{/description}}
11 {{?properties}} 11 {{?properties}}
12 <h4 id="{{property.name}}-properties"> 12 <h4 id="{{property.name}}-properties">
13 Properties of <a href="#property-{{property.name}}">{{property.name}}</a> 13 Properties of <a href="#property-{{property.name}}">{{property.name}}</a>
14 </h4> 14 </h4>
15 <dd><dl>{{#properties}} 15 <dd><dl>{{#properties}}
16 {{+partials.parameter_full}} 16 {{+partials.parameter_full}}
17 {{/}}</dl></dd> 17 {{/}}</dl></dd>
18 {{/properties}} 18 {{/properties}}
19 {{?functions}} 19 {{?functions}}
20 <h4 id="{{property.name}}-functions"> 20 <h4 id="{{property.name}}-functions">
21 Methods of <a href="#property-{{property.name}}">{{property.name}}</a> 21 Methods of <a href="#property-{{property.name}}">{{property.name}}</a>
22 </h4> 22 </h4>
23 <dd><dl>{{#functions}} 23 <dd><dl>{{#functions}}
24 {{+partials.function @:@}} 24 {{+partials.function @:@}}
25 {{/}}</dl></dd> 25 {{/}}</dl></dd>
26 {{/functions}} 26 {{/functions}}
27 </div> 27 </div>
28 </div> 28 </div>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698