From f361787102d05b2e12f5baad9614e3b257460626 Mon Sep 17 00:00:00 2001 From: Devon Carew Date: Sun, 10 Apr 2022 20:22:45 -0700 Subject: [PATCH 1/2] don't build the left nav for class members --- .../generator/templates.aot_renderers_for_html.dart | 12 ------------ lib/templates/html/constructor.html | 1 - lib/templates/html/method.html | 1 - lib/templates/html/property.html | 1 - 4 files changed, 15 deletions(-) diff --git a/lib/src/generator/templates.aot_renderers_for_html.dart b/lib/src/generator/templates.aot_renderers_for_html.dart index 9e3c1d1c28..9720c27374 100644 --- a/lib/src/generator/templates.aot_renderers_for_html.dart +++ b/lib/src/generator/templates.aot_renderers_for_html.dart @@ -503,10 +503,6 @@ String renderConstructor(_i1.ConstructorTemplateData context0) { buffer.write(' '); buffer.writeEscaped(context0.parent!.kind); buffer.write(''' - '''); - buffer.write(context0.sidebarForContainer); - buffer.writeln(); - buffer.write('''