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

Unified Diff: pkg/analysis_server/doc/api.html

Issue 527773004: Fix references to non-existent requests in analysis server API doc. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 3 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 | pkg/analysis_server/tool/spec/spec_input.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analysis_server/doc/api.html
diff --git a/pkg/analysis_server/doc/api.html b/pkg/analysis_server/doc/api.html
index cf25c4da5110d53a92bae87cebcab2bc93665537..e3c5082d59473ce49533297462f6b1d6974586f8 100644
--- a/pkg/analysis_server/doc/api.html
+++ b/pkg/analysis_server/doc/api.html
@@ -2842,11 +2842,9 @@ dt.typeDefinition {
This section contains additional information for each kind of
refactoring. In addition to a brief description of the
refactoring, there is a specification of the feedback that is
- provided when a refactoring is created using the
- edit.createRefactoring request (designed to improve the UX)
- and the options that must be set using the
- edit.setRefactoringOptions request before the refactoring can
- be applied.
+ provided when a refactoring is requested using the
+ edit.getRefactoring request (designed to improve the UX)
+ and the options that may be provided to edit.getRefactoring.
</p>
« no previous file with comments | « no previous file | pkg/analysis_server/tool/spec/spec_input.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698