File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -1507,6 +1507,7 @@ String renderSidebarForContainer<T extends Documentable>(
1507
1507
buffer.write ('''>
1508
1508
''' );
1509
1509
buffer.write (context7.linkedName);
1510
+ buffer.write ('\n ' );
1510
1511
if (context7.isProvidedByExtension) {
1511
1512
var context8 = context7.enclosingExtension;
1512
1513
buffer.writeln ();
Original file line number Diff line number Diff line change 26
26
{{ #availableInstanceFieldsSorted }}
27
27
< li {{ #isInherited }} class ="inherited "{{ /isInherited }}>
28
28
{{{ linkedName }}}
29
+ {{!-- TODO(srawlins): Look into moving this block into a partial;
30
+ currently Mustachio cannot handle multiple partial calls to the
31
+ same partial with different types. --}}
29
32
{{ #isProvidedByExtension }}
30
33
{{ #enclosingExtension }}
31
34
< sup
You can’t perform that action at this time.
0 commit comments