Skip to content
This repository was archived by the owner on Feb 22, 2018. It is now read-only.

Commit 8201f23

Browse files
naomiblackmhevery
authored andcommitted
chore: correct path to libs in doc gen script
1 parent a2845a5 commit 8201f23

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

scripts/generate-documentation.sh

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -13,27 +13,27 @@ echo "Generating documentation"
1313
--exclude-lib=js,metadata,meta,mirrors,intl,number_symbols,number_symbol_data,intl_helpers,date_format_internal,date_symbols,angular.util \
1414
--no-include-sdk \
1515
--package-root=../packages/ \
16-
../lib/angular.dart \
17-
../lib/animate/module.dart \
18-
../lib/utils.dart \
19-
../lib/change_detection/watch_group.dart \
20-
../lib/core/module.dart \
21-
../lib/core_dom/module.dart \
22-
../lib/filter/module.dart \
23-
../lib/directive/module.dart \
24-
../lib/mock/module.dart \
25-
../lib/perf/module.dart \
26-
../lib/playback/playback_data.dart \
27-
../lib/playback/playback_http.dart \
28-
../lib/routing/module.dart \
29-
../lib/tools/common.dart \
30-
../lib/tools/expression_extractor.dart \
31-
../lib/tools/io.dart \
32-
../lib/tools/io_impl.dart \
33-
../lib/tools/source_crawler_impl.dart \
34-
../lib/tools/source_metadata_extractor.dart \
35-
../lib/tools/template_cache_annotation.dart \
36-
../lib/tools/template_cache_generator.dart
16+
angular.dart \
17+
animate/module.dart \
18+
utils.dart \
19+
change_detection/watch_group.dart \
20+
core/module.dart \
21+
core_dom/module.dart \
22+
filter/module.dart \
23+
directive/module.dart \
24+
mock/module.dart \
25+
perf/module.dart \
26+
playback/playback_data.dart \
27+
playback/playback_http.dart \
28+
routing/module.dart \
29+
tools/common.dart \
30+
tools/expression_extractor.dart \
31+
tools/io.dart \
32+
tools/io_impl.dart \
33+
tools/source_crawler_impl.dart \
34+
tools/source_metadata_extractor.dart \
35+
tools/template_cache_annotation.dart \
36+
tools/template_cache_generator.dart
3737

3838
cd ..
3939

0 commit comments

Comments
 (0)