We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Build 13961 appears to be the last build that had dart:html docs. Builds after that did not. Here's the changelog: http://code.google.com/p/dart/source/detail?r=13962
The text was updated successfully, but these errors were encountered:
The dart: libraries are including automagically by dartdoc.dart:255
Adding this:
if (libraryName == 'html') { String suffix = libraryName; LibraryInfo info = LIBRARIES[suffix]; if (info != null) { return info.documented && includeApi; } }
results in the html library being included, albeit without the dart: prefix.
Sorry, something went wrong.
Potentially helpful note, you can see what is uploaded to Cloud Storage with URIs that look like:
http://gsdview.appspot.com/dartlang-api-docs/13991/
Marked this as blocking #6098.
This has been fixed (I verified it at r14062).
Added Fixed label.
No branches or pull requests
Build 13961 appears to be the last build that had dart:html docs. Builds after that did not. Here's the changelog: http://code.google.com/p/dart/source/detail?r=13962
The text was updated successfully, but these errors were encountered: