@@ -11,28 +11,25 @@ cat README-orig.md | sed "1s/^AngularDart.*/AngularDart/" > README.md
1111# Dart doc can not be run from the same directory as dartdoc-viewer
1212# see: https://code.google.com/p/dart/issues/detail?id=17231
1313
14- ( cd packages
15- echo " Generating documentation"
14+ ( echo " Generating documentation"
1615 " $DART_DOCGEN " $DOC_OPTION $DOCDIR_OPTION \
17- --out ../ docs \
16+ --out docs \
1817 --start-page=angular \
1918 --exclude-lib=js,metadata,meta,mirrors,intl,number_symbols,number_symbol_data,intl_helpers,date_format_internal,date_symbols,angular.util \
2019 --no-include-sdk \
21- --package-root=../packages \
22- angular/animate/module.dart \
23- angular/core/annotation.dart \
24- angular/core/module.dart \
25- angular/directive/module.dart \
26- angular/formatter/module.dart \
27- angular/routing/module.dart \
28- angular/mock/module.dart \
29- angular/perf/module.dart \
30- angular/application_factory.dart \
31- angular/application_factory_static.dart \
32- angular/application.dart \
33- angular/introspection.dart \
34- di/di.dart \
35- route_hierarchical/client.dart \
20+ --package-root=packages \
21+ lib/angular.dart \
22+ lib/application_factory.dart \
23+ lib/application_factory_static.dart \
24+ lib/application.dart lib/introspection.dart \
25+ lib/animate/module.dart \
26+ lib/core/annotation.dart \
27+ lib/core/module.dart \
28+ lib/directive/module.dart \
29+ lib/formatter/module.dart \
30+ lib/routing/module.dart \
31+ lib/mock/module.dart \
32+ lib/perf/module.dart \
3633)
3734
3835# Revert the temp copy of the README.md file
0 commit comments