Skip to content

Commit

Permalink
Explicitly export Kind; for internal customer (#3431)
Browse files Browse the repository at this point in the history
  • Loading branch information
srawlins authored Jun 7, 2023
1 parent 896540c commit 2b7340d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/dartdoc.dart
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export 'package:dartdoc/src/dartdoc_options.dart';
'the public API starting in dartdoc 7.0.0')
export 'package:dartdoc/src/element_type.dart';
export 'package:dartdoc/src/generator/generator.dart';
export 'package:dartdoc/src/model/indexable.dart' show Kind;
@Deprecated(
'Elements which are only exposed via this export will no longer be part of '
'the public API starting in dartdoc 7.0.0')
Expand Down

0 comments on commit 2b7340d

Please sign in to comment.