-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Pub documentation generator #5130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
One option, we can fire an App Engine task when a package is uploaded, and a Dart VM running Compute Engine can pick up the task from App Engine's task queue, generate the docs, and post them Cloud Storage. It's so crazy, it just might work! :) Added this to the Later milestone. |
Removed Type-Defect label. |
Marked this as blocking #7540. |
Marked this as blocking #8072. |
This comment was originally written by [email protected] Marked this as being blocked by #8857. |
Removed Area-Pub label. |
Issue #16223 has been merged into this issue. |
Removed this from the Later milestone. |
Removed Oldschool-Milestone-Later label. |
This issue has been moved to Github as part of a migration. Please use the Issue on Github going forward: https://github.com/dart-lang/pub-dartlang/issues Added MovedToGithub label. |
This issue has been moved to dart-archive/pub-dartlang#294. |
This issue was originally filed by @butlermatt
Per discussion here:
https://groups.google.com/a/dartlang.org/d/topic/misc/Ci89b9NX7h8/discussion
"Additionally, what are the thoughts of pub generating dartdocs for a package either with a separate command (pub docs) or (pub install docs), or perhaps as part of the 'pub install' (with an extra flag?), generating and dartdoc documentation for any packages you have as dependencies, not just your own package.
I would definitely like to have pub support doc generation (the proper command for running dartdoc is a bit finicky)."
To me there should be a two-part solution. First part is to generate dartdoc files for the package we own, that we are writing. Then another to be able to generate dartdoc files for packages we list as dependencies.
The text was updated successfully, but these errors were encountered: