| Index: editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/ast/NamedFormalParameter.java
|
| ===================================================================
|
| --- editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/ast/NamedFormalParameter.java (revision 9355)
|
| +++ editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/ast/NamedFormalParameter.java (working copy)
|
| @@ -16,8 +16,8 @@
|
| import com.google.dart.engine.scanner.Token;
|
|
|
| /**
|
| - * Instances of the class <code>NamedFormalParameter</code> represent a formal parameter with a
|
| - * default value.
|
| + * Instances of the class {@code NamedFormalParameter} represent a formal parameter with a default
|
| + * value.
|
| *
|
| * <pre>
|
| * namedFormalParameter ::=
|
|
|