Chromium Code Reviews| Index: pkg/docgen/example/test.dart |
| diff --git a/pkg/docgen/example/test.dart b/pkg/docgen/example/test.dart |
| index cba707814c3f590579aa15c46483b316531b4980..d93b63ff75ba99495ee83e4801ae63f174032dd8 100755 |
| --- a/pkg/docgen/example/test.dart |
| +++ b/pkg/docgen/example/test.dart |
| @@ -30,7 +30,7 @@ abstract class B { |
| class A implements B { |
| /** |
| - * Markdown _test_ for **class** `A` |
| + * Markdown _test_ for **class** [A] |
| */ |
| int _someNumber; |