Skip to content

apidoc has stopped generating docs for dart:html #6213

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

Closed
dgrove opened this issue Oct 24, 2012 · 4 comments
Closed

apidoc has stopped generating docs for dart:html #6213

dgrove opened this issue Oct 24, 2012 · 4 comments
Labels
P0 A serious issue requiring immediate resolution
Milestone

Comments

@dgrove
Copy link
Contributor

dgrove commented Oct 24, 2012

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

@dgrove
Copy link
Contributor Author

dgrove commented Oct 24, 2012

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.

@sethladd
Copy link
Contributor

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/

@kwalrath
Copy link
Contributor

Marked this as blocking #6098.

@dgrove
Copy link
Contributor Author

dgrove commented Oct 25, 2012

This has been fixed (I verified it at r14062).


Added Fixed label.

@dgrove dgrove added Type-Defect P0 A serious issue requiring immediate resolution labels Oct 25, 2012
@dgrove dgrove added this to the M2 milestone Oct 25, 2012
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P0 A serious issue requiring immediate resolution
Projects
None yet
Development

No branches or pull requests

3 participants