Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 # A simple shell script to generate all docs for the sdk and pkg directories | |
| 2 # into the docs folder in this directory. | |
| 3 # TODO(alanknight): This should get subsumed into the python scripts | |
| 4 dart --package-root=$DART_SDK/../packages/ docgen.dart --parse-sdk --json | |
| 5 dart --old_gen_heap_size=1024 --package-root=$DART_SDK/../packages/ docgen.dart \ | |
| 6 --package-root=$DART_SDK/../packages/ --append --json $DART_SDK/../../../pkg | |
| OLD | NEW |