Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1359)

Unified Diff: pkg/analyzer/lib/src/dart/analysis/driver.dart

Issue 2451093003: Tweaks for documentation. (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer/lib/src/dart/analysis/driver.dart
diff --git a/pkg/analyzer/lib/src/dart/analysis/driver.dart b/pkg/analyzer/lib/src/dart/analysis/driver.dart
index 22c50a5ef58a8fcbe0d37ec9140c12c6634f59b7..85d2b396364d69ed68c2b01e52a6b9f107509ceb 100644
--- a/pkg/analyzer/lib/src/dart/analysis/driver.dart
+++ b/pkg/analyzer/lib/src/dart/analysis/driver.dart
@@ -198,8 +198,9 @@ class AnalysisDriver {
*
* At least one analysis result is produced for every file passed to
* [addFile] or [changeFile] prior to the next time the analysis state
- * transitions to "idle". Analysis results for other files are produced
- * only if the changes affect analysis results of other files.
+ * transitions to "idle", unless the file is later removed from analysis
+ * using [removeFile]. Analysis results for other files are produced only if
+ * the changes affect analysis results of other files.
*
* More than one result might be produced for the same file, even if the
* client does not change the state of the files.
@@ -708,7 +709,7 @@ class _File {
final AnalysisDriver driver;
/**
- * The [Source] this [_File] instance represent.
+ * The [Source] this [_File] instance represents.
*/
final Source source;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698