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

Unified Diff: sdk/lib/_internal/compiler/implementation/js_backend/namer.dart

Issue 140783013: use proper notation for true, false, and null in doc comments (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: long line Created 6 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
Index: sdk/lib/_internal/compiler/implementation/js_backend/namer.dart
diff --git a/sdk/lib/_internal/compiler/implementation/js_backend/namer.dart b/sdk/lib/_internal/compiler/implementation/js_backend/namer.dart
index 484fa2276b5a4822dd7ea8c6710c3a5d02887b9c..f3b4ff7a711deec2c796832b366b37a32ef189fe 100644
--- a/sdk/lib/_internal/compiler/implementation/js_backend/namer.dart
+++ b/sdk/lib/_internal/compiler/implementation/js_backend/namer.dart
@@ -724,7 +724,7 @@ class Namer implements ClosureNamer {
/**
* Return a string to be used as the runtime name of this class (instead of
- * the class name) or [null] if the class name should be used.
+ * the class name) or [:null:] if the class name should be used.
*/
String getPrimitiveInterceptorRuntimeName(Element cls) {
JavaScriptBackend backend = compiler.backend;

Powered by Google App Engine
This is Rietveld 408576698