Is there a way to make Eclipse\'s built-in Java code formatter ignore comments? Whenever I run it, it turns this:
/* * PSEUDOCODE * Read in us
Another possibility is to use HTML's
in Javadoc: /** * * this * is * kept * as * is * */ At least this is how I tend to embed my ASCII-art in source code comments :)
/** * * this * is * kept * as * is * */
* this * is * kept * as * is *
At least this is how I tend to embed my ASCII-art in source code comments :)