| Index: editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/ast/FunctionBody.java
|
| ===================================================================
|
| --- editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/ast/FunctionBody.java (revision 9355)
|
| +++ editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/ast/FunctionBody.java (working copy)
|
| @@ -14,8 +14,8 @@
|
| package com.google.dart.engine.ast;
|
|
|
| /**
|
| - * The abstract class <code>FunctionBody</code> defines the behavior common to objects representing
|
| - * the body of a function or method.
|
| + * The abstract class {@code FunctionBody} defines the behavior common to objects representing the
|
| + * body of a function or method.
|
| *
|
| * <pre>
|
| * functionBody ::=
|
|
|