OLD | NEW |
---|---|
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}} | |
OLD | NEW |