| Index: lib/config/import_any.config
|
| ===================================================================
|
| --- lib/config/import_any.config (revision 6094)
|
| +++ lib/config/import_any.config (working copy)
|
| @@ -38,3 +38,12 @@
|
| dart\:html = html/html_dartium.dart
|
| dart\:io = io/io_runtime.dart
|
| dart\:isolate = isolate/isolate_runtime.dart
|
| +
|
| +#
|
| +# Libraries referenced using a relative path by both dartdoc and compiler
|
| +# Need to either remove the relative reference
|
| +# or promote them to top level so that they can be referenced via dart:<libname>
|
| +#
|
| +
|
| +dart\:frog/lang = frog/lang.dart
|
| +dart\:frog/file_system = frog/file_system.dart
|
|
|