| Index: pkg/dartdoc/lib/classify.dart
|
| diff --git a/pkg/dartdoc/classify.dart b/pkg/dartdoc/lib/classify.dart
|
| similarity index 97%
|
| rename from pkg/dartdoc/classify.dart
|
| rename to pkg/dartdoc/lib/classify.dart
|
| index 23e626a968391bc444abe4b54f8ad7e596d467a3..98f1dc5e98034970748e08629013ce85b82eacc2 100644
|
| --- a/pkg/dartdoc/classify.dart
|
| +++ b/pkg/dartdoc/lib/classify.dart
|
| @@ -4,7 +4,8 @@
|
|
|
| #library('classify');
|
|
|
| -#import('../../lib/compiler/implementation/scanner/scannerlib.dart');
|
| +#import('../../../lib/compiler/implementation/scanner/scannerlib.dart');
|
| +// TODO(rnystrom): Use "package:" URL (#4968).
|
| #import('markdown.dart', prefix: 'md');
|
|
|
| /**
|
|
|