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

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

Issue 61733018: Docserver: Update to the latest version of handlebar. Lots of re-syntaxifying. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: comments, rebase 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 | Annotate | Revision Log
OLDNEW
1 {{#property}}
1 <dt> 2 <dt>
2 <span class="variable">{{name}}</span> 3 <span class="variable">{{name}}</span>
3 <span class="property"> 4 <span class="property">
4 ( 5 (
5 {{?optional}}<span class="optional">optional</span>{{/}} 6 {{?optional}}<span class="optional">optional</span>{{/}}
6 {{+partials.variable_type}} 7 {{+partials.variable_type type:property/}}
7 ) 8 )
8 </span> 9 </span>
9 </dt> 10 </dt>
10 <dd> 11 <dd>
11 {{?deprecated}} 12 {{?deprecated}}
12 {{+partials.warning_deprecated item:property}} 13 {{+partials.warning_deprecated item:property/}}
13 {{/deprecated}} 14 {{/deprecated}}
14 {{?description}} 15 {{?description}}
15 {{{description}}} 16 {{{description}}}
16 {{/description}} 17 {{/description}}
17 {{+partials.enum_descriptions values:enum_values}} 18 {{+partials.enum_descriptions enums:enum_values/}}
18 {{?array.is_object}} 19 {{?array.is_object}}
19 <h5>Properties of each object in <span class="variable">{{name}}</span></h5> 20 <h5>Properties of each object in <span class="variable">{{name}}</span></h5>
20 <dl> 21 <dl>
21 {{+partials.type @:array}} 22 {{+partials.type type:array/}}
22 </dl> 23 </dl>
23 {{/array.is_object}} 24 {{/array.is_object}}
24 </dd> 25 </dd>
26 {{/property}}
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698