Eclipse Javadoc Auto-Formatting: HTML Tags Trailing Space  
Author Message
Josh





PostPosted: 2005-4-20 3:02:00 Top

java-programmer, Eclipse Javadoc Auto-Formatting: HTML Tags Trailing Space comp.lang.java.softwaretools -

I've been using Eclipse for a few years and am currently using 3.1. I've
noticed that whenever I include an anchor (<a>) tag in my Javadoc, the code
formatter always adds a trailing space before the closing tag. E.g.

Before: Go <a href="http://www.google.com">here</a>.
After: Go <a href="http://www.google.com">here </a>.

It doesn't happen with the <code> tag, and I'm hoping that it's configurable
somewhere. It's doesn't appear to be an option in the main Code Formatter
interface.

Thanks,
Josh

--
Josh