| Index: dart/pkg/dartdoc/bin/dartdoc.dart
|
| diff --git a/dart/pkg/dartdoc/bin/dartdoc.dart b/dart/pkg/dartdoc/bin/dartdoc.dart
|
| index 2944d71c40cb120deac0b367df292127f78ba8fe..5e728e87fecbfbb1632315e88938524b29c89613 100644
|
| --- a/dart/pkg/dartdoc/bin/dartdoc.dart
|
| +++ b/dart/pkg/dartdoc/bin/dartdoc.dart
|
| @@ -14,13 +14,13 @@
|
| * members, finds the associated doc comments and builds crosslinked docs from
|
| * them.
|
| */
|
| -library dartdoc;
|
| +#library('dartdoc');
|
|
|
| -import 'dart:io';
|
| +#import('dart:io');
|
|
|
| // TODO(rnystrom): Use "package:" URL (#4968).
|
| -import '../lib/dartdoc.dart';
|
| -import '../../args/lib/args.dart';
|
| +#import('../lib/dartdoc.dart');
|
| +#import('../../args/lib/args.dart');
|
|
|
| /**
|
| * Run this from the `pkg/dartdoc` directory.
|
|
|