From 3d5c675982803e3a17262245a05266b2f5b64bc3 Mon Sep 17 00:00:00 2001 From: Paul Phillips Date: Wed, 6 Mar 2013 09:01:10 -0800 Subject: Moved scaladoc code into src/scaladoc. This leverages the preceding several commits to push scaladoc specific code into src/scaladoc. It also renders some scanner code more comprehensible. --- test/scaladoc/run/t5527.check | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'test/scaladoc') diff --git a/test/scaladoc/run/t5527.check b/test/scaladoc/run/t5527.check index 1518168c51..ab2aeb2d67 100644 --- a/test/scaladoc/run/t5527.check +++ b/test/scaladoc/run/t5527.check @@ -1,3 +1,12 @@ +newSource1:17: warning: discarding unmoored doc comment + /** Testing 123 */ + ^ +newSource1:27: warning: discarding unmoored doc comment + /** Calculate this result. */ + ^ +newSource1:34: warning: discarding unmoored doc comment + /** Another digit is a giveaway. */ + ^ [[syntax trees at end of parser]] // newSource1 package { object UselessComments extends scala.AnyRef { -- cgit v1.2.3