mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
IDEA-98656 Java doc not generated when an other Java doc has been commented after.
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
class Test {
|
||||
/**
|
||||
* <caret>
|
||||
*/
|
||||
void test() {
|
||||
}
|
||||
|
||||
// /**
|
||||
// *
|
||||
// * @param arg
|
||||
// */
|
||||
// public void secondMethod(int arg) {
|
||||
// }
|
||||
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
/**
|
||||
* <caret>Foo//bar */
|
||||
class Example{}
|
||||
+13
@@ -0,0 +1,13 @@
|
||||
class Test {
|
||||
/**<caret>
|
||||
void test() {
|
||||
}
|
||||
|
||||
// /**
|
||||
// *
|
||||
// * @param arg
|
||||
// */
|
||||
// public void secondMethod(int arg) {
|
||||
// }
|
||||
|
||||
}
|
||||
@@ -0,0 +1,2 @@
|
||||
/** <caret>Foo//bar */
|
||||
class Example{}
|
||||
Reference in New Issue
Block a user