From 9ddb6fa3ffc002c4b694e129af9395bdbdd03d31 Mon Sep 17 00:00:00 2001 From: Sarah Zakarias Date: Wed, 17 Sep 2025 13:18:32 +0000 Subject: [PATCH 1/2] Undo deprecation of api exports --- lib/dartdoc.dart | 1 - 1 file changed, 1 deletion(-) 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'; From 8983dc76251417f2d1d35055151dddced22e827d Mon Sep 17 00:00:00 2001 From: Sarah Zakarias Date: Thu, 18 Sep 2025 08:13:30 +0000 Subject: [PATCH 2/2] options.dart too --- lib/options.dart | 2 -- 1 file changed, 2 deletions(-) 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';