summaryrefslogtreecommitdiff
path: root/test/files/presentation/doc.check
diff options
context:
space:
mode:
authorEugene Vigdorchik <eugene.vigdorchik@gmail.com>2013-02-06 11:02:42 +0400
committerEugene Vigdorchik <eugene.vigdorchik@gmail.com>2013-02-06 11:07:02 +0400
commitf784fbfbce7c1426fe90706f11096ea1b826e88c (patch)
tree9af3e204bb037c8057420ad244b129bcfb9de746 /test/files/presentation/doc.check
parentb49eaefd816a80ad7d04b150c16f8e76cfbdb03e (diff)
downloadscala-f784fbfbce7c1426fe90706f11096ea1b826e88c.tar.gz
scala-f784fbfbce7c1426fe90706f11096ea1b826e88c.tar.bz2
scala-f784fbfbce7c1426fe90706f11096ea1b826e88c.zip
Add a request to presentation compiler to fetch doc comment information.
Refactor scaladoc base functionality to allow it to be mixed in with Global in the IDE.
Diffstat (limited to 'test/files/presentation/doc.check')
-rw-r--r--[-rwxr-xr-x]test/files/presentation/doc.check1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/files/presentation/doc.check b/test/files/presentation/doc.check
index 62b3bfc2e3..e33756773d 100755..100644
--- a/test/files/presentation/doc.check
+++ b/test/files/presentation/doc.check
@@ -1,3 +1,4 @@
+reload: Test.scala
body:Body(List(Paragraph(Chain(List(Summary(Chain(List(Text(This is a test comment), Text(.)))), Text(
))))))
@example:Body(List(Paragraph(Chain(List(Summary(Monospace(Text("abb".permutations = Iterator(abb, bab, bba)))))))))