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

Unified Diff: pkg/analysis_server/tool/spec/spec_input.html

Issue 901063002: Fix ambiguous description (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 10 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/analysis_server/tool/spec/spec_input.html
diff --git a/pkg/analysis_server/tool/spec/spec_input.html b/pkg/analysis_server/tool/spec/spec_input.html
index 9d9ab2de71e081045d1ec1062727aca79b868411..37c4ea767e6006c59f1bc547adcdc997dd48e027 100644
--- a/pkg/analysis_server/tool/spec/spec_input.html
+++ b/pkg/analysis_server/tool/spec/spec_input.html
@@ -478,8 +478,11 @@
<p>
Sets the root paths used to determine which files to analyze. The set
of files to be analyzed are all of the files in one of the root paths
- that are not also in one of the excluded paths and do not start with
- a dot ('.').
+ that are not either explicitly or implicitly excluded. A file is
+ explicitly excluded if it is in one of the excluded paths. A file is
+ implicitly excluded if it is in a subdirectory of one of the root
+ paths where the name of the subdirectory starts with a period (that
+ is, a hidden directory).
</p>
<p>
Note that this request determines the set of requested
« 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