summaryrefslogtreecommitdiff
path: root/test/scaladoc/resources/Trac4358.scala
diff options
context:
space:
mode:
authorKato Kazuyoshi <kato.kazuyoshi@gmail.com>2011-03-25 22:55:19 +0000
committerKato Kazuyoshi <kato.kazuyoshi@gmail.com>2011-03-25 22:55:19 +0000
commitc402bdde2ecdbc1f63e90a603263e722ffee7202 (patch)
tree46caa318ca3ad4e9343de3beabd0dfa02dc245d7 /test/scaladoc/resources/Trac4358.scala
parent22d1ae7fa498df9ca80a686ca28ce5f816b6f945 (diff)
downloadscala-c402bdde2ecdbc1f63e90a603263e722ffee7202.tar.gz
scala-c402bdde2ecdbc1f63e90a603263e722ffee7202.tar.bz2
scala-c402bdde2ecdbc1f63e90a603263e722ffee7202.zip
[scaladoc] Stop wiki syntax parsing inside HTML.
Diffstat (limited to 'test/scaladoc/resources/Trac4358.scala')
-rw-r--r--test/scaladoc/resources/Trac4358.scala8
1 files changed, 8 insertions, 0 deletions
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 <code>expect</code> method on the <code>EasyMock</code> companion object (<em>i.e.</em>, the
+ * static <code>expect</code> method in Java class <code>org.easymock.EasyMock</code>).
+ *
+ */
+ val foo = 123
+}