public interface CommentsHelper
JavaCommentsHelper.| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
rewrite(Input.Tok tok,
int maxWidth,
int column0)
Try to rewrite comments, returning rewritten text.
|
java.lang.String rewrite(Input.Tok tok, int maxWidth, int column0)
tok - the comment's tokmaxWidth - the line length for the outputcolumn0 - the current columnCopyright © 2015-2018 Google Inc.. All Rights Reserved.