From acd25f57320ad4279c442871b693aa7b86b6bcdf Mon Sep 17 00:00:00 2001 From: Kato Kazuyoshi Date: Wed, 6 Jul 2011 15:13:30 +0000 Subject: Add a test for #4421 and clean up a little. --- test/scaladoc/resources/SI_4421.scala | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 test/scaladoc/resources/SI_4421.scala (limited to 'test/scaladoc/resources') diff --git a/test/scaladoc/resources/SI_4421.scala b/test/scaladoc/resources/SI_4421.scala new file mode 100644 index 0000000000..7ae2c796eb --- /dev/null +++ b/test/scaladoc/resources/SI_4421.scala @@ -0,0 +1,7 @@ +abstract class test +/** + * TestA class + * @example 2.0 + * @todo do something better than finding scaladoc bugs + * @note blah blah */ +class SI_4421 extends test -- cgit v1.2.3