Files
openide/java/java-impl
Yaroslav Lepenkin 8736db12bc Replace empty lines with <p> instead of <p/> (IDEA-145373), however preserve existing <p/>.
According to documentation "If you have more than one paragraph in the doc comment, separate the paragraphs with a <p> paragraph tag, as shown." and it has not changed since 2010, also javadoc tool from jdk8 fails with error "error: self-closing element not allowed", that is why we now generate <p>
2015-10-02 16:53:51 +03:00
..