dart-sublime-bundle icon indicating copy to clipboard operation
dart-sublime-bundle copied to clipboard

Use dartdoc for generating documentation

Open ArgentiApparatus opened this issue 9 years ago • 0 comments

Currently, generating Dart documentation invokes docgen, but as of Dart 1.12, the infinitely better dartdoc replaces docgen.

https://github.com/dart-lang/dartdoc

I had a quick look through the code and noticed the docgen command seems to be baked in. Perhaps the document generator command could be a configurable item?

ArgentiApparatus avatar Jan 20 '16 13:01 ArgentiApparatus