Closed
Description
For the dartdocs.org
site, it would be better if we could run dartdoc
without executing a new process. The current bin/dartdoc.dart
does a lot of heavy lifting, and also one-off environment setup, and copying that is not straightforward.
Is there a way to simply call a method to run dartdoc
repeatedly from the Dart code?