Upgrade dartdoc to 0.11.0 (#9805)

This commit is contained in:
jcollins-g 2017-05-04 13:28:07 -07:00 committed by GitHub
parent 837f101056
commit f101ad4e5a
2 changed files with 4 additions and 2 deletions

View File

@ -2,7 +2,7 @@
set -e
# Install dartdoc.
pub global activate dartdoc 0.9.11
pub global activate dartdoc 0.11.0
# This script generates a unified doc set, and creates
# a custom index.html, placing everything into dev/docs/doc

View File

@ -77,7 +77,9 @@ dependencies:
'--footer', 'lib/footer.html',
'--exclude', 'temp_doc',
'--favicon=favicon.ico',
'--use-categories'
'--use-categories',
'--category-order',
'flutter,Dart Core,flutter_markdown,flutter_test,flutter_driver',
];
for (String libraryRef in libraryRefs(diskPath: true)) {