summaryrefslogtreecommitdiff
path: root/test/scaladoc
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2013-03-06 09:01:10 -0800
committerAdriaan Moors <adriaan.moors@typesafe.com>2013-03-09 11:59:11 -0800
commit3d5c675982803e3a17262245a05266b2f5b64bc3 (patch)
treee28efe941359a9d4a6cdfe7559e82e93fade7756 /test/scaladoc
parent9604770e0a08ac9c4892e90c9ed3636784f11efd (diff)
downloadscala-3d5c675982803e3a17262245a05266b2f5b64bc3.tar.gz
scala-3d5c675982803e3a17262245a05266b2f5b64bc3.tar.bz2
scala-3d5c675982803e3a17262245a05266b2f5b64bc3.zip
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.
Diffstat (limited to 'test/scaladoc')
-rw-r--r--test/scaladoc/run/t5527.check9
1 files changed, 9 insertions, 0 deletions
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 <empty> {
object UselessComments extends scala.AnyRef {