public class CommentFormatter
extends java.lang.Object
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
CommentFormatter.Block  | 
static class  | 
CommentFormatter.BlockType  | 
| Constructor and Description | 
|---|
CommentFormatter()  | 
| Modifier and Type | Method and Description | 
|---|---|
static java.util.List<CommentFormatter.Block> | 
parse(java.lang.String source)
Take a string of comment text that was written using the wiki-Like format and emit a list of
 blocks that can be rendered to block-level HTML. 
 | 
public static java.util.List<CommentFormatter.Block> parse(java.lang.String source)
Adapted from the wikify method found in:
 com.google.gwtexpui.safehtml.client.SafeHtml
source - The raw, unescaped comment in the Gerrit wiki-like format.