| Index: editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/ast/FunctionDeclarationStatement.java
|
| ===================================================================
|
| --- editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/ast/FunctionDeclarationStatement.java (revision 9355)
|
| +++ editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/ast/FunctionDeclarationStatement.java (working copy)
|
| @@ -16,8 +16,8 @@
|
| import com.google.dart.engine.scanner.Token;
|
|
|
| /**
|
| - * Instances of the class <code>FunctionDeclarationStatement</code> wrap a
|
| - * {@link FunctionExpression function expression} as a statement.
|
| + * Instances of the class {@code FunctionDeclarationStatement} wrap a {@link FunctionExpression
|
| + * function expression} as a statement.
|
| */
|
| public class FunctionDeclarationStatement extends Statement {
|
| /**
|
|
|