JavaDoc not being generated for methods.
When I have a method I used to be able to just type /** followed by enter and default values would be filled in.
This doesn't happen for me anymore with build 9757. Anyone else run into this?
Thanks.
请先登录再写评论。
Ok the problem is that I placed the /** after an annotation. I had a Seam @Observer which I was trying to add javadoc comments after. Look like IntelliJ doesn't like that particular case.