Index: packages/petitparser/lib/reflection.dart |
diff --git a/petitparser/lib/reflection.dart b/packages/petitparser/lib/reflection.dart |
similarity index 65% |
rename from petitparser/lib/reflection.dart |
rename to packages/petitparser/lib/reflection.dart |
index b8646851fc237cfdadae905ece808853af357e50..91c63b07b70dd5ae891e5096bd98e2bd732c2c79 100644 |
--- a/petitparser/lib/reflection.dart |
+++ b/packages/petitparser/lib/reflection.dart |
@@ -1,7 +1,5 @@ |
-/** |
- * This package contains tools to reflect on and transform parsers. |
- */ |
-library reflection; |
+/// This package contains tools to reflect on and transform parsers. |
+library petitparser.reflection; |
import 'dart:collection'; |