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

Unified Diff: sdk/lib/io/platform.dart

Issue 1642683002: Small tweaks to isolate doc comments (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 4 years, 11 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/io/platform.dart
diff --git a/sdk/lib/io/platform.dart b/sdk/lib/io/platform.dart
index 326597f4261f98c31be792f18d970130a9c3c076..d881ce599f47b73ec89f0243d3c5cd975f10f186 100644
--- a/sdk/lib/io/platform.dart
+++ b/sdk/lib/io/platform.dart
@@ -181,20 +181,20 @@ class Platform {
static List<String> get executableArguments => _Platform.executableArguments;
/**
- * Returns the value of the --package-root flag passed to the executable
+ * Returns the value of the `--package-root` flag passed to the executable
* used to run the script in this isolate. This is the directory in which
* Dart packages are looked up.
*
- * If there is no --package-root flag, then null is returned.
+ * If there is no `--package-root` flag, `null` is returned.
*/
static String get packageRoot => _Platform.packageRoot;
/**
- * Returns the value of the --packages flag passed to the executable
- * used to run the script in this isolate. This is the configuration which
+ * Returns the value of the `--packages` flag passed to the executable
+ * used to run the script in this isolate. This is the configuration which
* specifies how Dart packages are looked up.
*
- * If there is no --packages flag, then the null is returned.
+ * If there is no `--packages` flag, `null` is returned.
*/
static String get packageConfig => _Platform.packageConfig;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698