Making Eclipse’s Java code formatter ignore block comments
There is another solution that you can use to suppress the formatting of specific block comments. Use /*- (note the hyphen) at the beginning of the block comment, and the formatting won’t be affected if you format the rest of the file. /*- * Here is a block comment with some very special * formatting … Read more