Files
openide/java/java-tests/testData/codeInsight/daemonCodeAnalyzer/javadocDeclaration/JavadocPeriod2.java
Alexandr Suhinin 66dc4f4509 [javadoc inspection]: test "JavadocDeclaration" inspection (copy from JavadocDeclarationHighlightingTest)
GitOrigin-RevId: 19cf2b25316068a0f5036e9f422c9e8147084ce4
2022-02-07 09:48:45 +00:00

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 { }