From 7c52dda2a21312c17584c264c85dddb0a7150157 Mon Sep 17 00:00:00 2001 From: Vlad Ureche Date: Fri, 18 Apr 2014 02:52:16 +0200 Subject: SI-8514 Remove scaladoc html inconsistencies Some classes only got inline comments instead of getting the full comment. --- test/scaladoc/resources/SI-8514.scala | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 test/scaladoc/resources/SI-8514.scala (limited to 'test/scaladoc/resources/SI-8514.scala') diff --git a/test/scaladoc/resources/SI-8514.scala b/test/scaladoc/resources/SI-8514.scala new file mode 100644 index 0000000000..4c5476604b --- /dev/null +++ b/test/scaladoc/resources/SI-8514.scala @@ -0,0 +1,10 @@ +package a { + class DeveloperApi extends scala.annotation.StaticAnnotation + + /** Some doc here */ + @DeveloperApi + class A + + @DeveloperApi + class B +} -- cgit v1.2.3