docPath = Util.stringValue(t.elementAt(3));
anchor = Util.stringValue(t.elementAt(4));
}
} else {
element = OpenResult.build(t);
final Object found = new OpenUtils().findOpenResult(editor,
editor.getModule(), erlProject, element,
editor.getElementAt(offset, false));
if (found instanceof IErlFunction) {
final IErlFunction function = (IErlFunction) found;
final String comment = HoverUtil.getDocumentationString(