| Index: editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/ast/FunctionExpressionInvocation.java
|
| ===================================================================
|
| --- editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/ast/FunctionExpressionInvocation.java (revision 9355)
|
| +++ editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/ast/FunctionExpressionInvocation.java (working copy)
|
| @@ -16,7 +16,7 @@
|
| import com.google.dart.engine.scanner.Token;
|
|
|
| /**
|
| - * Instances of the class <code>FunctionExpressionInvocation</code> represent the invocation of a
|
| + * Instances of the class {@code FunctionExpressionInvocation} represent the invocation of a
|
| * function resulting from evaluating an expression. Invocations of methods and other forms of
|
| * functions are represented by {@link MethodInvocation method invocation} nodes. Invocations of
|
| * getters and setters are represented by either {@link PrefixedIdentifier prefixed identifier} or
|
|
|