Files
openide/java/java-tests/testData/codeInsight/daemonCodeAnalyzer/javaDoc/JavadocPeriod2.java
T

5 lines
200 B
Java

<warning descr="Period in the documentation is missing. The period is used by the Javadoc tool to generate the comment for the overview page">/**</warning>
* Do smth
* @author me.
*/
class Test { }