File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
share/mrdocs/addons/generator/common/partials/symbol/signature Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 25
25
declaration). Similarly, don't show a semicolon if there are base
26
26
classes. --}}
27
27
{{ ~#isSeeBelow }} { /* see-below */ }{{ /isSeeBelow ~}}
28
- {{ #if (or isSeeBelow (and (not isFinal ) (isEmpty bases )))}} ;{{ /if }}
28
+ {{ #if (or isSeeBelow (and (not isFinal ) (eq ( len bases ) 0 )))}} ;{{ /if }}
Original file line number Diff line number Diff line change @@ -3814,7 +3814,6 @@ registerBuiltinHelpers(Handlebars& hbs)
3814
3814
hbs.registerHelper (" log" , dom::makeVariadicInvocable (log_fn));
3815
3815
hbs.registerHelper (" helperMissing" , dom::makeVariadicInvocable (helper_missing_fn));
3816
3816
hbs.registerHelper (" blockHelperMissing" , dom::makeInvocable (block_helper_missing_fn));
3817
- hbs.registerHelper (" isEmpty" , dom::makeVariadicInvocable (is_empty_fn));
3818
3817
}
3819
3818
3820
3819
void
You can’t perform that action at this time.
0 commit comments