diff --git a/lib/src/uuid.dart b/lib/src/uuid.dart index 91b9bbb..66e99ac 100644 --- a/lib/src/uuid.dart +++ b/lib/src/uuid.dart @@ -2,7 +2,9 @@ // 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. -/// A UUID generator library. +/** + * A UUID generator library. + */ library usage.uuid; import 'dart:math' show Random;