IDEA-109631 Javadocs formatting depends on current method indentation

This commit is contained in:
Denis.Zhdanov
2013-07-11 16:05:21 +04:00
parent 764617d741
commit 29d17b55c3
4 changed files with 247 additions and 72 deletions
@@ -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