| 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 | 
|  |