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

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

Issue 880313006: Disable analysis in hidden directories (fix for issue 22170) (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address comments 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 | « pkg/analysis_server/test/integration/integration_test_methods.dart ('k') | 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 2046f494b2f124e00c76351cfe7001f9e347abf2..9d9ab2de71e081045d1ec1062727aca79b868411 100644
--- a/pkg/analysis_server/tool/spec/spec_input.html
+++ b/pkg/analysis_server/tool/spec/spec_input.html
@@ -476,10 +476,10 @@
</request>
<request method="setAnalysisRoots">
<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.
+ 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
Paul Berry 2015/02/04 21:34:44 IMHO this is ambiguous. It's not clear whether "d
+ a dot ('.').
</p>
<p>
Note that this request determines the set of requested
@@ -1301,15 +1301,15 @@
<field name="selectionOffset">
<ref>int</ref>
<p>
- The offset of the current selection in the file. In case
+ The offset of the current selection in the file. In case
preserving, selection information is not required, 0 can be
- specified for both selection offset and length.
+ specified for both selection offset and length.
</p>
</field>
<field name="selectionLength">
<ref>int</ref>
<p>
- The length of the current selection in the file. In case
+ The length of the current selection in the file. In case
preserving, selection information is not required, 0 can be
specified for both selection offset and length.
</p>
« no previous file with comments | « pkg/analysis_server/test/integration/integration_test_methods.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698