We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94596c4 commit 4721571Copy full SHA for 4721571
lib/src/model.dart
@@ -3805,8 +3805,8 @@ class Package extends Canonicalization with Nameable, Warnable {
3805
3806
/// Returns true if there's at least one library documented in the package
3807
/// that has the same package path as the library for the given element.
3808
- /// Usable as a cross-check for dartdoc's canonicalization -- if we're
3809
- /// generating a link to something
+ /// Usable as a cross-check for dartdoc's canonicalization to generate
+ /// warnings for ModelElement.isPublicAndPackageDocumented.
3810
Set<String> _allRootDirs;
3811
bool packageDocumentedFor(ModelElement element) {
3812
if (_allRootDirs == null) {
0 commit comments