guillermooo / dart-sublime-bundle

Sublime Text 3 Dart Package
BSD 3-Clause "New" or "Revised" License
264 stars 42 forks source link

Use dartdoc for generating documentation #572

Open ArgentiApparatus opened 8 years ago

ArgentiApparatus commented 8 years ago

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?