summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/typechecker/Typers.scala
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2010-10-16 19:02:41 +0000
committerPaul Phillips <paulp@improving.org>2010-10-16 19:02:41 +0000
commit5cdb213d7d24ae357c518823e1054cb302b250eb (patch)
tree90812d869840df297b4fa9afa0a7dae43ddc1d9a /src/compiler/scala/tools/nsc/typechecker/Typers.scala
parent87134363a20bc81297037d8858ee88e961f255f9 (diff)
downloadscala-5cdb213d7d24ae357c518823e1054cb302b250eb.tar.gz
scala-5cdb213d7d24ae357c518823e1054cb302b250eb.tar.bz2
scala-5cdb213d7d24ae357c518823e1054cb302b250eb.zip
Documentation being generated by genprod was pr...
Documentation being generated by genprod was pretty busted both in terms of formatting and correctness. Spruced it up. Eliminated some of the more distracting HTML entities in compiler source. No review.
Diffstat (limited to 'src/compiler/scala/tools/nsc/typechecker/Typers.scala')
-rw-r--r--src/compiler/scala/tools/nsc/typechecker/Typers.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/scala/tools/nsc/typechecker/Typers.scala b/src/compiler/scala/tools/nsc/typechecker/Typers.scala
index 558e5107e8..fa62e24d96 100644
--- a/src/compiler/scala/tools/nsc/typechecker/Typers.scala
+++ b/src/compiler/scala/tools/nsc/typechecker/Typers.scala
@@ -110,7 +110,7 @@ trait Typers { self: Analyzer =>
val TAPPmode = 0x080
/** The mode <code>SUPERCONSTRmode</code> is set for the <code>super</code>
- * in a superclass constructor call <code>super.&lt;init&gt;</code>.
+ * in a superclass constructor call <code>super.<init></code>.
*/
val SUPERCONSTRmode = 0x100