Details
-
Bug
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
11.1
-
None
-
None
-
MacOS 10.14.6
Description
The netbeans Javadoc window replaces the first forward slash after a paragraph tag <P/> with a new line (see d/e/f sequence below).
Sometimes if other tags occur before the first forward slash the problem disappears (see g/h/i sequence below)
Example javadoc
/** a/b/c <P/> d/e/f <P/><pre></pre> g/h/i <P/> */
Renders as
--------------------------
a/b/c
d
e/f
g/h/i
--------------------------