From a9e903586e8e0547d0913b9427ee19a20092798d Mon Sep 17 00:00:00 2001 From: Antoine Gourlay Date: Fri, 31 Jan 2014 20:17:35 +0100 Subject: SI-7124 make macro definitions prettier in scaladoc Macros are now prettier in scaladoc, by - hiding the `macroImpl` annotation - showing the `macro` modifier in front --- test/scaladoc/run/t7124.check | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 test/scaladoc/run/t7124.check (limited to 'test/scaladoc/run/t7124.check') diff --git a/test/scaladoc/run/t7124.check b/test/scaladoc/run/t7124.check new file mode 100644 index 0000000000..96b627a322 --- /dev/null +++ b/test/scaladoc/run/t7124.check @@ -0,0 +1,3 @@ +List() +List(Paragraph(Text(macro))) +Done. -- cgit v1.2.3