From 03e6cd14000ef66cb03fd515c454994df06edcb8 Mon Sep 17 00:00:00 2001 From: Gilles Dubochet Date: Mon, 12 Apr 2010 14:38:16 +0000 Subject: [scaladoc] More mitigation code for dangerous H... [scaladoc] More mitigation code for dangerous HTML tags. No review. --- src/library/scala/native.scala | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) (limited to 'src/library') diff --git a/src/library/scala/native.scala b/src/library/scala/native.scala index fbacf43b72..8aeffe1632 100644 --- a/src/library/scala/native.scala +++ b/src/library/scala/native.scala @@ -11,16 +11,14 @@ package scala -/** - * Marker for native methods. - *

- * @native def f(x: Int, y: List[Long]): String = .. - *

- *

- * Method body is not generated if method is marked with @native, - * but it is type checked when present. - *

- * - * @since 2.6 - */ +/** Marker for native methods. + * + * {{{ + * @native def f(x: Int, y: List[Long]): String = ... + * }}} + * + * Method body is not generated if method is marked with `@native`, + * but it is type checked when present. + * + * @since 2.6 */ class native extends StaticAnnotation {} -- cgit v1.2.3