From b6b1fb3e8234cb3df406b26e97c6f58ed77bfedc Mon Sep 17 00:00:00 2001 From: Jason Zaugg Date: Thu, 14 May 2015 12:00:23 +1000 Subject: Fix a few Scaladoc warnings --- src/dotty/tools/dotc/ast/Desugar.scala | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/dotty/tools/dotc/ast/Desugar.scala') diff --git a/src/dotty/tools/dotc/ast/Desugar.scala b/src/dotty/tools/dotc/ast/Desugar.scala index 94b76c0a3..660a8dbcb 100644 --- a/src/dotty/tools/dotc/ast/Desugar.scala +++ b/src/dotty/tools/dotc/ast/Desugar.scala @@ -598,8 +598,8 @@ object desugar { } } - /** Create tree for for-comprehension or - * where mapName and flatMapName are chosen + /** Create tree for for-comprehension `` or + * `` where mapName and flatMapName are chosen * corresponding to whether this is a for-do or a for-yield. * The creation performs the following rewrite rules: * @@ -638,7 +638,7 @@ object desugar { * TupleN(x_1, ..., x_N) * } ...) * - * If any of the P_i are variable patterns, the corresponding `x_i @ P_i' is not generated + * If any of the P_i are variable patterns, the corresponding `x_i @ P_i` is not generated * and the variable constituting P_i is used instead of x_i * * @param mapName The name to be used for maps (either map or foreach) -- cgit v1.2.3