Seth Ladd
Seth Ladd
Here is the plugin: https://github.com/dart-atom/dartlang
cc @devoncarew
In the meantime, we might want to add a typdef for the partial resolver. Right now, it's just marked as Function.
I think that is OK. On Tue, Apr 14, 2015 at 13:37 Georgios Valotasios [email protected] wrote: > In such a case the whole rendering will pause until the future is...
Future is infectious, for sure. On Thu, Apr 30, 2015 at 1:05 PM Georgios Valotasios < [email protected]> wrote: > I was wrong here. Given the fact that there is not...
FWIW, I believe Fuchsia would take advantage of this feature.
Maybe we need an option to generate docs for libraries inside of src/ , which might be useful for people generating docs for their own use? (If libraries are in...
@Janamou maybe open an issue over here? https://github.com/dart-lang/sdk
It's probably not too uncommon to want to generate docs for a "private" API of a package/library. We might want to add some sort of --include-src-libs as an opt-in option....
Unfortunately, we don't plan to address this in the near future. However, it might make sense to add a --include-src-dir option, so you can opt-in. How does that sound?