-
Notifications
You must be signed in to change notification settings - Fork 14
Search for abstract class 'Application on docs.angulardart.org returns multiple entries #66
Comments
From @kevmoo on April 03, 2014 19:20:09 Status: Triaged |
From @kevmoo on April 07, 2014 13:21:45 Labels: -Pkg-DartDoc Pkg-DocGen |
From @efortuna on May 01, 2014 15:09:21 Labels: -Priority-Unassigned Priority-Medium Milestone-1.5 |
From @kasperl on June 04, 2014 03:23:40 Labels: -Milestone-1.5 Milestone-1.6 |
From @kasperl on July 10, 2014 03:12:42 Labels: -Milestone-1.6 Oldschool-Milestone-1.6 |
From @sethladd on July 28, 2014 12:19:41 Is this a docgen or dartdoc viewer issue? |
From @alan-knight on July 28, 2014 12:26:31 Viewer. But some extent it's working as intended - the search is for words, not definitions. so it's going to include anything that mentions the word. If the word is a class you'd expect the definition to be first, but I don't think it should exclude all other results. Labels: -Area-Pkg -Pkg-DocGen Area-DartDocViewer |
From @kasperl on August 04, 2014 00:41:14 Labels: -Oldschool-Milestone-1.6 |
Moved to dart-lang/dartdoc#7 |
From [email protected] on April 01, 2014 23:20:19
I'm not sure what's happening here. If you go to docs.angulardart.org and search for the abstract class "Application", you find both the definition of that class (in library angular:app) as well as the usage of that class as part of the angular:app:dynamic library and the angular:app:static library.
This is confusing -- we think it should only show up at the point where it's defined, not where it's also used.
Original issue: http://code.google.com/p/dart/issues/detail?id=17949
The text was updated successfully, but these errors were encountered: