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 39591df commit 818d1f5Copy full SHA for 818d1f5
lib/src/model/package.dart
@@ -164,8 +164,8 @@ class Package extends LibraryContainer
164
packageMeta == packageGraph.packageMeta ||
165
packageGraph.config.autoIncludeDependencies;
166
167
- /// Returns the location of documentation for this package, for linkToRemote
168
- /// and canonicalization decision making.
+ /// Returns the location of documentation for this package, for making
+ /// decisions regarding the 'linkToRemote' option and canonicalization.
169
late DocumentLocation documentedWhere = () {
170
if (isLocal && isPublic) {
171
return DocumentLocation.local;
0 commit comments