Skip to content

Commit

Permalink
Add a doc-import into template_data.dart to resolve 'GeneratorBackend…
Browse files Browse the repository at this point in the history
….write' (#3832)
  • Loading branch information
srawlins committed Aug 14, 2024
1 parent 7fb1f3f commit b444974
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/src/generator/template_data.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.

/// @docImport 'generator_backend.dart';
library;

import 'package:dartdoc/src/model/model.dart';

typedef ContainerSidebar = String Function(
Expand Down

0 comments on commit b444974

Please sign in to comment.