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

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: done 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 {{?description}} 12 {{?description}}
12 {{{description}}} 13 {{{description}}}
13 {{/description}} 14 {{/description}}
14 {{+partials.enum_descriptions values:enum_values}} 15 {{+partials.enum_descriptions enums:enum_values/}}
15 {{?array.is_object}} 16 {{?array.is_object}}
16 <h5>Properties of each object in <span class="variable">{{name}}</span></h5> 17 <h5>Properties of each object in <span class="variable">{{name}}</span></h5>
17 <dl> 18 <dl>
18 {{+partials.type @:array}} 19 {{+partials.type type:array/}}
19 </dl> 20 </dl>
20 {{/array.is_object}} 21 {{/array.is_object}}
21 </dd> 22 </dd>
23 {{/property}}
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698