Skip to content

Commit 38931f5

Browse files
committed
Add a doc-import into template_data.dart to resolve 'GeneratorBackend.write'
1 parent ce09815 commit 38931f5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/src/generator/template_data.dart

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
// for details. All rights reserved. Use of this source code is governed by a
33
// BSD-style license that can be found in the LICENSE file.
44

5+
/// @docImport 'generator_backend.dart';
6+
library;
7+
58
import 'package:dartdoc/src/model/model.dart';
69

710
typedef ContainerSidebar = String Function(

0 commit comments

Comments
 (0)