diff --git a/lib/dartdoc.dart b/lib/dartdoc.dart index d5270b8374..310ee259e3 100644 --- a/lib/dartdoc.dart +++ b/lib/dartdoc.dart @@ -3,7 +3,6 @@ // BSD-style license that can be found in the LICENSE file. /// A documentation generator for Dart. -@Deprecated('Will be removed in a later version of DartDoc.') library; export 'package:dartdoc/src/dartdoc.dart'; diff --git a/lib/options.dart b/lib/options.dart index b75f21541e..22ad67d62b 100644 --- a/lib/options.dart +++ b/lib/options.dart @@ -2,6 +2,4 @@ // 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. -@Deprecated( - 'Will be removed in a later version of DartDoc. Use /src/dartdoc_options.dart.') export 'package:dartdoc/src/dartdoc_options.dart';