Javadoc formatting issue.
hi all,
JIdea formats my Javadocs all right. But one problem, it inserts a space at the first line of javadoc. But I want to get rid of that initial space, as it is a violation according to my
organizations coding standards.
what jIDEA provides:
/**
* jIdea comment.....
*/
what i want,
/**
* my comment.....
*/
Is there a way to do this. couldn't find a way alter this behavior in the code style formatting options. editing each and evey javadoc comment for right indentation is painful. :(
Thanks in advance,
-- Pradeep Fernando
请先登录再写评论。
Hi Pradeep,
I was unable to get the described effect (unnecessary indentation of the first javadoc line).
Please make sure that you don't have the problem described here.
Denis
Thanks a lot Denis. Indeed it is the problem. :)
-- Pradeep Fernando