@@ -11,28 +11,25 @@ cat README-orig.md | sed "1s/^AngularDart.*/AngularDart/" > README.md
11
11
# Dart doc can not be run from the same directory as dartdoc-viewer
12
12
# see: https://code.google.com/p/dart/issues/detail?id=17231
13
13
14
- ( cd packages
15
- echo " Generating documentation"
14
+ ( echo " Generating documentation"
16
15
" $DART_DOCGEN " $DOC_OPTION $DOCDIR_OPTION \
17
- --out ../ docs \
16
+ --out docs \
18
17
--start-page=angular \
19
18
--exclude-lib=js,metadata,meta,mirrors,intl,number_symbols,number_symbol_data,intl_helpers,date_format_internal,date_symbols,angular.util \
20
19
--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 \
36
33
)
37
34
38
35
# Revert the temp copy of the README.md file
0 commit comments