Skip to content

dartdoc should include the path name (for libraries with packages) #5606

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
jmesserly opened this issue Oct 2, 2012 · 7 comments
Closed
Assignees
Labels
area-pkg Used for miscellaneous pkg/ packages not associated with specific area- teams. closed-obsolete Closed as the reported issue is no longer relevant

Comments

@jmesserly
Copy link

For example, if we have a structure like:

web_components/
    lib/
        mirror/
            component_loader.dart
        js/
            component_loader.dart

users import these with:

   import 'package:web_components/mirror/component_loader';
or:
   import 'package:web_components/js/component_loader';

The dart docs will show both of these as "component_loader". It would be better to show the library name as either "web_components/mirror/component_loader" or "mirror/component_loader"

@DartBot
Copy link

DartBot commented Dec 19, 2012

This comment was originally written by [email protected]


Set owner to [email protected].
Added Accepted label.

@DartBot
Copy link

DartBot commented Mar 11, 2013

This comment was originally written by [email protected]


To be fixed in the next version of the doc viewer.


Removed the owner.
Added Triaged label.
Marked this as being blocked by #8857.

@anders-sandholm
Copy link
Contributor

Added old-dartdoc label.

@kevmoo
Copy link
Member

kevmoo commented Mar 17, 2014

Added Pkg-DartDoc label.

@kevmoo
Copy link
Member

kevmoo commented Mar 17, 2014

Removed Area-DartDoc label.
Added Area-Pkg label.

@kevmoo
Copy link
Member

kevmoo commented Apr 7, 2014

Removed Pkg-DartDoc label.
Added Pkg-DocGen label.

@efortuna
Copy link
Contributor

efortuna commented May 9, 2014

I believe this is now fixed. Is there a specific case you're looking at, John so I can be sure?


Set owner to @efortuna.
Added AssumedStale label.

@jmesserly jmesserly added Type-Defect area-pkg Used for miscellaneous pkg/ packages not associated with specific area- teams. closed-obsolete Closed as the reported issue is no longer relevant labels May 9, 2014
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-pkg Used for miscellaneous pkg/ packages not associated with specific area- teams. closed-obsolete Closed as the reported issue is no longer relevant
Projects
None yet
Development

No branches or pull requests

5 participants