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

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

Issue 47403003: Revert 231982 "Docserver: Display enum value descriptions in API..." (Closed) Base URL: svn://svn.chromium.org/chrome/
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 | Annotate | Revision Log
OLDNEW
1 <dt> 1 <dt>
2 <span class="variable">{{name}}</span> 2 <span class="variable">{{name}}</span>
3 <span class="property"> 3 <span class="property">
4 ( 4 (
5 {{?optional}}<span class="optional">optional</span>{{/}} 5 {{?optional}}<span class="optional">optional</span>{{/}}
6 {{+partials.variable_type}} 6 {{+partials.variable_type}}
7 ) 7 )
8 </span> 8 </span>
9 </dt> 9 </dt>
10 {{?description}}<dd> 10 {{?description}}<dd>
11 {{{description}}} 11 {{{description}}}
12 </dd>{{/description}} 12 </dd>{{/description}}
13 {{+partials.enum_descriptions values:enum_values}}
14 {{?array.is_object}} 13 {{?array.is_object}}
15 <h4>Properties of each item</h4> 14 <h4>Properties of each item</h4>
16 {{+partials.type @:array}} 15 {{+partials.type @:array}}
17 {{/array.is_object}} 16 {{/array.is_object}}
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698