From c402bdde2ecdbc1f63e90a603263e722ffee7202 Mon Sep 17 00:00:00 2001 From: Kato Kazuyoshi Date: Fri, 25 Mar 2011 22:55:19 +0000 Subject: [scaladoc] Stop wiki syntax parsing inside HTML. --- test/scaladoc/resources/Trac4358.scala | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 test/scaladoc/resources/Trac4358.scala (limited to 'test/scaladoc/resources') diff --git a/test/scaladoc/resources/Trac4358.scala b/test/scaladoc/resources/Trac4358.scala new file mode 100644 index 0000000000..39eee3d47e --- /dev/null +++ b/test/scaladoc/resources/Trac4358.scala @@ -0,0 +1,8 @@ +trait EasyMockSugar { + /** + * Implicit conversion that invokes the expect method on the EasyMock companion object (i.e., the + * static expect method in Java class org.easymock.EasyMock). + * + */ + val foo = 123 +} -- cgit v1.2.3