File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
share/mrdocs/addons/generator/common/partials Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 25
25
{{ #if refQualifier }} {{ refQualifier }} {{ /if ~}}
26
26
{{ #if exceptionSpec }} {{ exceptionSpec }} {{ /if ~}}
27
27
{{ #if (eq class " normal" )}} {{> type/declarator-suffix return }} {{ /if ~}}
28
- {{ #if requires }} requires {{ requires }} {{ /if ~}}
28
+ {{ #if requires }}
29
+
30
+ requires {{ requires }} {{ /if ~}}
29
31
{{ #if hasOverrideAttr }} override{{ /if ~}}
30
32
{{ #if isFinal }} final{{ /if ~}}
31
33
{{ #if isPure }} = 0{{ /if ~}}
Original file line number Diff line number Diff line change 13
13
template{{ str ' <' }} {{ #each params }}{{ #unless (and @first @last )}}
14
14
{{ /unless }} {{> template/param ~}}
15
15
{{ #unless @last }} ,{{ /unless ~}}
16
- {{ /each }} {{ str ' >' }} {{ #if requires }} requires {{ requires }} {{ /if }}
16
+ {{ /each }} {{ str ' >' }} {{ #if requires }}
17
+ requires {{ requires }} {{ /if }}
You can’t perform that action at this time.
0 commit comments