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