mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
IDEA-109631 Javadocs formatting depends on current method indentation
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
class A {
|
||||
/**
|
||||
* The <code>String</code> class represents
|
||||
* character strings. All string literals in Java
|
||||
* programs, such as <code>"abc"</code>, are
|
||||
* implemented as instances of this class.
|
||||
* character strings. All string literals in
|
||||
* Java programs, such as <code>"abc"</code>,
|
||||
* are implemented as instances of this
|
||||
* class.
|
||||
* Some text after empty line
|
||||
*
|
||||
* @author Lee Boynton
|
||||
|
||||
Reference in New Issue
Block a user