IDEA-145725 Quick documentation shows the wrong Javadoc for package-info.java

This commit is contained in:
Dmitry Batrak
2015-10-15 19:38:43 +03:00
parent bd72fa775d
commit d333668b67
4 changed files with 35 additions and 3 deletions
@@ -0,0 +1,8 @@
/**
* Copyright
*/
/**
* This package contains nothing but package-info.java
*/
package packageInfoWithCopyright;
@@ -0,0 +1,2 @@
<html><head> <style type="text/css"> #error { background-color: #eeeeee; margin-bottom: 10px; } p { margin: 5px 0; } </style></head><body>
This package contains nothing but package-info.java</body></html>