| Index: editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/ast/NamedExpression.java
|
| ===================================================================
|
| --- editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/ast/NamedExpression.java (revision 9355)
|
| +++ editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/ast/NamedExpression.java (working copy)
|
| @@ -16,8 +16,8 @@
|
| import com.google.dart.engine.scanner.Token;
|
|
|
| /**
|
| - * Instances of the class <code>NamedExpression</code> represent an expression that has a name
|
| - * associated with it. They are used in method invocations when there are named parameters.
|
| + * Instances of the class {@code NamedExpression} represent an expression that has a name associated
|
| + * with it. They are used in method invocations when there are named parameters.
|
| *
|
| * <pre>
|
| * namedExpression ::=
|
|
|