mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-01 18:58:31 +07:00
[tests] message texts in Javadoc highlighting tests
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
<warning>/**</warning>
|
||||
* Do smth
|
||||
* @author me.
|
||||
*/
|
||||
class Test {
|
||||
|
||||
}
|
||||
<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 { }
|
||||
Reference in New Issue
Block a user