Re: inhibiting comment reflow



Roedy Green wrote:

Eclipse comment reformatter is great for free form text, but it screws
up anything that is designed to align in columns.  I gave discovered
<pre> </pre> will disable to reflow in Javadoc, but not in // or /*
comments.  Has anyone discovered something similar for // or /*?


Use <code> </code> (case sensitive). .