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

Unified Diff: pkg/analysis_server/doc/api.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
Index: pkg/analysis_server/doc/api.html
diff --git a/pkg/analysis_server/doc/api.html b/pkg/analysis_server/doc/api.html
index 906289a5e579ba020022c28e23b1762455431cf3..e3b0bf3aa44e3e6d00259cffceb31510fd3e823e 100644
--- a/pkg/analysis_server/doc/api.html
+++ b/pkg/analysis_server/doc/api.html
@@ -595,10 +595,10 @@ dt.typeDefinition {
"error": <span style="color:#999999">optional</span> <a href="#type_RequestError">RequestError</a>
}</pre></div>
<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
+ a dot ('.').
</p>
<p>
Note that this request determines the set of requested
@@ -1517,14 +1517,14 @@ dt.typeDefinition {
</dd><dt class="field"><b><i>selectionOffset ( int )</i></b></dt><dd>
<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>
</dd><dt class="field"><b><i>selectionLength ( int )</i></b></dt><dd>
<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>

Powered by Google App Engine
This is Rietveld 408576698