| Index: editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/ast/ScriptTag.java
|
| ===================================================================
|
| --- editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/ast/ScriptTag.java (revision 9355)
|
| +++ editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/ast/ScriptTag.java (working copy)
|
| @@ -16,8 +16,8 @@
|
| import com.google.dart.engine.scanner.Token;
|
|
|
| /**
|
| - * Instances of the class <code>ScriptTag</code> represent the script tag that can optionally occur
|
| - * at the beginning of a compilation unit.
|
| + * Instances of the class {@code ScriptTag} represent the script tag that can optionally occur at
|
| + * the beginning of a compilation unit.
|
| *
|
| * <pre>
|
| * scriptTag ::=
|
|
|