Closed GoogleCodeExporter closed 9 years ago
Blanks are considered as formatting characters of Javadoc, HTML and XML (WSDL)
therefore they are trimmed in the documentation. If you save a documentation
via iDocIt! and don't change formatting within the source file, all blanks
should be kept. If you change the formatting within the source file (e.g. in
Eclipse with Ctrl+Shift+F) the blanks may be trimmed.
For iDocIt! it is better to use tabulators for formatting issues, as they are
replaced with an XML element.
Original comment by dirk.mei...@gmail.com
on 3 Apr 2012 at 1:52
In some cases two successive fragements in Javadoc have no space, although they
need one to separate two words. One case can be that there is a line break
within the documentation text of e.g. a param tag.
Example:
/**
* @param myVar This is some documentation
* of my variable.
*/
Resulting plain text:
"myVar This is some documentationof my variable."
Original comment by dirk.mei...@gmail.com
on 25 Jul 2012 at 7:14
Original comment by dirk.mei...@gmail.com
on 25 Jul 2012 at 7:14
This issue was closed by revision r676.
Original comment by dirk.mei...@gmail.com
on 25 Jul 2012 at 11:41
Original issue reported on code.google.com by
krauseda...@web.de
on 21 Oct 2011 at 9:24