Updated to use latest markupdocument

This commit is contained in:
Erik Håkansson
2016-02-24 14:11:52 +01:00
parent 5494ad911e
commit d19a0020fd

View File

@@ -163,7 +163,7 @@ public final class PropertyUtils {
return "string";
case "ref":
if (property != null && property instanceof RefProperty) {
return markupDocBuilder.crossReferenceAnchorAsString(null, ((RefProperty) property).getSimpleRef(), ((RefProperty) property).getSimpleRef());
return markupDocBuilder.copy().crossReference(((RefProperty) property).getSimpleRef()).toString();
}
default:
return type;