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

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

Issue 354073004: Docserver: Add template support for object level availability (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 5 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
OLDNEW
1 {{#property}} 1 {{#property}}
2 <td>{{+partials.variable_type type:property/}}</td> 2 <td>{{+partials.variable_type type:property/}}</td>
3 <td>{{?optional}}<span class="optional">(optional)</span>{{/}} 3 <td>{{?optional}}<span class="optional">(optional)</span>{{/}}
4 {{name}}</td> 4 {{name}}</td>
5 <td> 5 <td>
6 {{?deprecated}} 6 {{?deprecated}}
7 {{+partials.warning_deprecated item:property/}} 7 {{+partials.warning_deprecated item:property/}}
8 {{/deprecated}} 8 {{/deprecated}}
9 {{?description}} 9 {{?description}}
10 {{?availability}}
11 <span class="availability" style="color: magenta; font-family: 'arial';">{{+av ailability.partial content:availability/}}</span>
not at google - send to devlin 2014/07/01 16:40:58 ditto
12 {{/availability}}
10 {{{description}}} 13 {{{description}}}
11 {{/description}} 14 {{/description}}
12 {{?returns}} 15 {{?returns}}
13 <br/>Returns<span class="property"> 16 <br/>Returns<span class="property">
14 {{+partials.variable_type type:returns/}}. 17 {{+partials.variable_type type:returns/}}.
15 </span> 18 </span>
16 {{/returns}} 19 {{/returns}}
17 {{+partials.enum_descriptions enums:enum_values/}} 20 {{+partials.enum_descriptions enums:enum_values/}}
18 {{?array.is_object}} 21 {{?array.is_object}}
19 <h4 title="">Properties of each object</h4> 22 <h4 title="">Properties of each object</h4>
(...skipping 16 matching lines...) Expand all
36 parameter:p 39 parameter:p
37 parentName:name 40 parentName:name
38 hideParamTOC:hideParamTOC /}} 41 hideParamTOC:hideParamTOC /}}
39 </table> 42 </table>
40 {{/parameters}} 43 {{/parameters}}
41 {{?is_callback}} 44 {{?is_callback}}
42 {{?parentCallback +partials.callback callback:parentCallback/}} 45 {{?parentCallback +partials.callback callback:parentCallback/}}
43 {{/is_callback}} 46 {{/is_callback}}
44 </td> 47 </td>
45 {{/property}} 48 {{/property}}
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698