Parse errors
Hi!
I'm currently working on a project using IntelliJ Idea. I've been generating Javadocs for quite some time but recently there has been some errors that are making me go crazy.
All classes get some kind of parse errors cause the generated files look really strange.
There are asterixs placed in the middle of the text and @param and @return isn't parsed properly. It only works for the last class I added to the project allthough I can't tell any difference between the styles of the comments. There should be the same kind of whitespace too. The problem isn't confined to method comments but also appear in class comments. I've been using the reformatting tool that comes with IntelliJ so everything should be in a unified fashion. The tool shouldn't be the cause of my problems since it has worked fine before.
I save the files to a CVS repository on a Unix machine in case this may cause trouble with the char table somehow. It's not much use to post samples here since the forum won't keep the formatting and whitespace properly.
Are there any general Javadoc allergies that I should know about?

