We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49fc272 commit 4df6dbeCopy full SHA for 4df6dbe
lib/dartdoc.dart
@@ -3,7 +3,6 @@
3
// BSD-style license that can be found in the LICENSE file.
4
5
/// A documentation generator for Dart.
6
-@Deprecated('Will be removed in a later version of DartDoc.')
7
library;
8
9
export 'package:dartdoc/src/dartdoc.dart';
lib/options.dart
@@ -2,6 +2,4 @@
2
// for details. All rights reserved. Use of this source code is governed by a
-@Deprecated(
- 'Will be removed in a later version of DartDoc. Use /src/dartdoc_options.dart.')
export 'package:dartdoc/src/dartdoc_options.dart';
0 commit comments