Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
srawlins committed Sep 10, 2024
1 parent 81d5f3e commit 79cbe22
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/src/generator/templates.aot_renderers_for_html.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1507,6 +1507,7 @@ String renderSidebarForContainer<T extends Documentable>(
buffer.write('''>
''');
buffer.write(context7.linkedName);
buffer.write('\n ');
if (context7.isProvidedByExtension) {
var context8 = context7.enclosingExtension;
buffer.writeln();
Expand Down
3 changes: 3 additions & 0 deletions lib/templates/_sidebar_for_container.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@
{{ #availableInstanceFieldsSorted }}
<li{{ #isInherited }} class="inherited"{{ /isInherited }}>
{{{ linkedName }}}
{{!-- TODO(srawlins): Look into moving this block into a partial;
currently Mustachio cannot handle multiple partial calls to the
same partial with different types. --}}
{{ #isProvidedByExtension }}
{{ #enclosingExtension }}
<sup
Expand Down

0 comments on commit 79cbe22

Please sign in to comment.