Commit d158c3e 1 parent 0dab207 commit d158c3e Copy full SHA for d158c3e
File tree 3 files changed +11
-4
lines changed
compiler/extensions/doc/freemarker
3 files changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -36,8 +36,12 @@ ${I} <tr class="doc"><td colspan=2 class="indent">
36
36
${I} </td ></tr >
37
37
</#if >
38
38
${I} <tr >
39
+ <#if value.hasValueExpression >
39
40
${I} <td class =" indent" ><@symbol_reference value.symbol/ ></td >
40
- ${I} <td class =" value-expression<#if !value.hasValueExpression> doc</#if>" >= ${value.value} <#if value_has_next >,</#if ></td >
41
+ ${I} <td class =" value-expression" >= ${value.value} <#if value?has_next >,</#if ></td >
42
+ <#else >
43
+ ${I} <td class =" indent" ><@symbol_reference value.symbol/ ><#if value?has_next >,</#if ></td ><td ></td >
44
+ </#if >
41
45
${I} </tr >
42
46
${I} </tbody >
43
47
</#list >
Original file line number Diff line number Diff line change @@ -36,8 +36,12 @@ ${I} <tr class="doc"><td colspan=2 class="indent">
36
36
${I} </td ></tr >
37
37
</#if >
38
38
${I} <tr >
39
+ <#if item.hasValueExpression >
39
40
${I} <td class =" indent" ><@symbol_reference item.symbol/ ></td >
40
- ${I} <td class =" value-expression<#if !item.hasValueExpression> doc</#if>" >= ${item.value} <#if item_has_next >,</#if ></td >
41
+ ${I} <td class =" value-expression" >= ${item.value} <#if item?has_next >,</#if ></td >
42
+ <#else >
43
+ ${I} <td class =" indent" ><@symbol_reference item.symbol/ ><#if item?has_next >,</#if ></td ><td ></td >
44
+ </#if >
41
45
${I} </tr >
42
46
${I} </tbody >
43
47
</#list >
Original file line number Diff line number Diff line change @@ -276,8 +276,7 @@ a:hover {
276
276
padding-left: 1rem;
277
277
}
278
278
279
- .code div.doc,
280
- .code td.value-expression.doc {
279
+ .code div.doc {
281
280
white-space: normal;
282
281
color: ${codeDocColor} ;
283
282
}
You can’t perform that action at this time.
0 commit comments