Skip to content

Commit 79cbe22

Browse files
committed
Add comment
1 parent 81d5f3e commit 79cbe22

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

lib/src/generator/templates.aot_renderers_for_html.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1507,6 +1507,7 @@ String renderSidebarForContainer<T extends Documentable>(
15071507
buffer.write('''>
15081508
''');
15091509
buffer.write(context7.linkedName);
1510+
buffer.write('\n ');
15101511
if (context7.isProvidedByExtension) {
15111512
var context8 = context7.enclosingExtension;
15121513
buffer.writeln();

lib/templates/_sidebar_for_container.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@
2626
{{ #availableInstanceFieldsSorted }}
2727
<li{{ #isInherited }} class="inherited"{{ /isInherited }}>
2828
{{{ 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. --}}
2932
{{ #isProvidedByExtension }}
3033
{{ #enclosingExtension }}
3134
<sup

0 commit comments

Comments
 (0)