From f51cb3526ee1cba30dc9a963375261b7f189f29e Mon Sep 17 00:00:00 2001 From: Devon Carew Date: Sun, 21 Dec 2014 11:35:31 -0800 Subject: [PATCH] nits --- lib/src/uuid.dart | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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;