+1

as other empty-line related options like:
- remove empty lines after {
- remove empty lines before }

Tom


On Wed, 17 Jul 2002 19:23:56 +0400, "Igor Karpov"
<[EMAIL PROTECTED]> wrote:

> Quite often there is a legacy code with detached and malformed javadoc
> comments, like
> 
> /** Weird-looking annoying comment,
>  * detached from its method
>  */
> 
> void theMethodItself()
> {
> }
>  
> It would be nice to reformat it to canonical (or configurable) form
> /**
>  * Comment starts here
>  */
> void theMethodItself()
> {
> }
> and don't keep line breaks between comment and the method (e.g "keep line
> breaks inside methods")
> 
> 
> ------------------------------------
> Mail.Ru - ������, ��������, �������!
> ------------------------------------

_______________________________________________
Eap-features mailing list
[EMAIL PROTECTED]
http://lists.jetbrains.com/mailman/listinfo/eap-features

Reply via email to