public class SeeAlsoParser
extends java.lang.Object
| Constructor and Description |
|---|
SeeAlsoParser() |
| Modifier and Type | Method and Description |
|---|---|
static SeeAlsoJavadoc |
parseSeeAlso(java.lang.String owningClass,
java.lang.String value) |
public static SeeAlsoJavadoc parseSeeAlso(java.lang.String owningClass, java.lang.String value)
owningClass - fully-qualified name of the class where the "see" tag appearsvalue - value of the "see" tag