Chromium Code Reviews| Index: pkg/docgen/lib/src/models/model_helpers.dart |
| diff --git a/pkg/docgen/lib/src/models/model_helpers.dart b/pkg/docgen/lib/src/models/model_helpers.dart |
| index 9f683d05792e76cebaf1ef499cbbaf401548a316..fa56731ecb1c13bab98c878bcabafb421bec8cc5 100644 |
| --- a/pkg/docgen/lib/src/models/model_helpers.dart |
| +++ b/pkg/docgen/lib/src/models/model_helpers.dart |
| @@ -92,7 +92,6 @@ List<Annotation> createAnnotations(DeclarationMirror mirror, |
| } |
| /// A declaration is private if itself is private, or the owner is private. |
| -// Issue(12202) - A declaration is public even if it's owner is private. |
|
kevmoo
2014/04/22 22:12:58
This was long-ago closed as by-design
|
| bool isHidden(DeclarationSourceMirror mirror) { |
| if (mirror is LibraryMirror) { |
| return _isLibraryPrivate(mirror); |