public class DocEscaping
extends java.lang.Object
| Constructor and Description |
|---|
DocEscaping() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
stringToDocComment(java.lang.String doc,
DocCommentStyle style)
Returns a doc comment, as a string of source, for the given documentation string
and deprecated property.
|
public static java.lang.String stringToDocComment(java.lang.String doc,
DocCommentStyle style)
doc - provides the schemadoc for the symbol, if any. May be null.