.qualifiedName();
isIncluded = seeTag.referencedClass().isIncluded();
}
// {@link ...} tags usually have a null label.
String target = seeTag.label();
if (target == null || target.length() == 0) {
target = seeTag.referencedMemberName();
if (target == null || target.length() == 0) {
target = seeTag.referencedClassName();
}