Package com.google.googlejavaformat
Interface CommentsHelper
- All Known Implementing Classes:
JavaCommentsHelper
public interface CommentsHelper
Rewrite comments. This interface is implemented by
JavaCommentsHelper.-
Method Summary
-
Method Details
-
rewrite
Try to rewrite comments, returning rewritten text.- Parameters:
tok- the comment's tokmaxWidth- the line length for the outputcolumn0- the current column- Returns:
- the rewritten comment
-