From 86647e20f3d9ff935d1be2a2ccf04e17f852e712 Mon Sep 17 00:00:00 2001 From: Jakob Odersky Date: Mon, 1 Aug 2016 16:23:53 -0700 Subject: Javadoc: consider DocDefs when checking for constructors --- test/scaladoc/resources/SI-4826.java | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/scaladoc') diff --git a/test/scaladoc/resources/SI-4826.java b/test/scaladoc/resources/SI-4826.java index 24454e88b2..f6ccf886b7 100644 --- a/test/scaladoc/resources/SI-4826.java +++ b/test/scaladoc/resources/SI-4826.java @@ -92,6 +92,8 @@ public class JavaComments { * This is an EXPERIMENTAL feature and is subject to change until it has received more real world testing. */ public final class FI { + + /** Doc comment on constructor */ private FI() { } -- cgit v1.2.3