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

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

Issue 14322003: Inline docs render properly in extensions doc server. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comment and whitespace fixes Created 7 years, 8 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 <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 {{?inline_type}}<code>{{{inline_type}}}</code>{{/inline_type}}
not at google - send to devlin 2013/04/24 19:36:11 I don't think this is necessary, it's unlikely tha
jshumway 2013/04/25 00:06:58 inlined_type has been removed. I believe this brin
6 {{+partials.variable_type}} 7 {{+partials.variable_type}}
7 ) 8 )
8 </span> 9 </span>
9 </dt> 10 </dt>
10 {{?description}}<dd> 11 {{?description}}<dd>
11 {{{description}}} 12 {{{description}}}
12 </dd>{{/description}} 13 </dd>{{/description}}
14 {{?extended_description}}<dd>
15 {{{extended_description}}}
16 </dd>{{/extended_description}}
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698