I often use M-q inside of javadoc-comments to automatically break
long lines. The problem is: when I have this:
@param id an id
@return something useful
the result is:
@param id an id @return something useful
Does anybody know how to prevent emacs from filling lines with tags?
--
Martin Monsorno
mailto:[EMAIL PROTECTED]
- RE: filling javadoc comments Martin Monsorno
- RE: filling javadoc comments wannhedenk
