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

Unified Diff: pkg/analysis_server/lib/plugin/protocol/generated_protocol.dart

Issue 2800283002: updates to the analysis server generated spec doc (Closed)
Patch Set: Created 3 years, 8 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/lib/plugin/protocol/generated_protocol.dart
diff --git a/pkg/analysis_server/lib/plugin/protocol/generated_protocol.dart b/pkg/analysis_server/lib/plugin/protocol/generated_protocol.dart
index 7fa830686158e95bb54bf50296a2a6ca98c37b3a..b21c8e38558d0fc38dc007e18bd7bb2f113de07d 100644
--- a/pkg/analysis_server/lib/plugin/protocol/generated_protocol.dart
+++ b/pkg/analysis_server/lib/plugin/protocol/generated_protocol.dart
@@ -9174,14 +9174,14 @@ class AnalysisOptions implements HasToJson {
bool _generateLints;
/**
- * Deprecated: this feature is always enabled.
+ * @deprecated: this feature is always enabled.
Brian Wilkerson 2017/04/09 16:30:53 Personally, I like the old style better. I don't t
devoncarew 2017/04/09 19:43:21 Sure, I moved back to the 'Deprecated:' text. Will
*
* True if the client wants to enable support for the proposed async feature.
*/
bool get enableAsync => _enableAsync;
/**
- * Deprecated: this feature is always enabled.
+ * @deprecated: this feature is always enabled.
*
* True if the client wants to enable support for the proposed async feature.
*/
@@ -9190,7 +9190,7 @@ class AnalysisOptions implements HasToJson {
}
/**
- * Deprecated: this feature is always enabled.
+ * @deprecated: this feature is always enabled.
*
* True if the client wants to enable support for the proposed deferred
* loading feature.
@@ -9198,7 +9198,7 @@ class AnalysisOptions implements HasToJson {
bool get enableDeferredLoading => _enableDeferredLoading;
/**
- * Deprecated: this feature is always enabled.
+ * @deprecated: this feature is always enabled.
*
* True if the client wants to enable support for the proposed deferred
* loading feature.
@@ -9208,14 +9208,14 @@ class AnalysisOptions implements HasToJson {
}
/**
- * Deprecated: this feature is always enabled.
+ * @deprecated: this feature is always enabled.
*
* True if the client wants to enable support for the proposed enum feature.
*/
bool get enableEnums => _enableEnums;
/**
- * Deprecated: this feature is always enabled.
+ * @deprecated: this feature is always enabled.
*
* True if the client wants to enable support for the proposed enum feature.
*/
@@ -9224,7 +9224,7 @@ class AnalysisOptions implements HasToJson {
}
/**
- * Deprecated: this feature is always enabled.
+ * @deprecated: this feature is always enabled.
*
* True if the client wants to enable support for the proposed "null aware
* operators" feature.
@@ -9232,7 +9232,7 @@ class AnalysisOptions implements HasToJson {
bool get enableNullAwareOperators => _enableNullAwareOperators;
/**
- * Deprecated: this feature is always enabled.
+ * @deprecated: this feature is always enabled.
*
* True if the client wants to enable support for the proposed "null aware
* operators" feature.
@@ -11108,13 +11108,13 @@ class ElementKind implements Enum {
const ElementKind._("TYPE_PARAMETER");
/**
- * Deprecated: support for tests was removed.
+ * @deprecated: support for tests was removed.
*/
static const ElementKind UNIT_TEST_GROUP =
const ElementKind._("UNIT_TEST_GROUP");
/**
- * Deprecated: support for tests was removed.
+ * @deprecated: support for tests was removed.
*/
static const ElementKind UNIT_TEST_TEST =
const ElementKind._("UNIT_TEST_TEST");

Powered by Google App Engine
This is Rietveld 408576698