}
modules.deleteCharAt(modules.length() - 1);
return modules.toString() + " (" + ((NameTok) importToken.module).id + ")";
} else if (astThis.node instanceof commentType) {
commentType type = (commentType) astThis.node;
String rep = type.id.trim();
rep = StringUtils.split(rep, '\n').get(0);
rep = StringUtils.split(rep, '\r').get(0);
rep = rep.substring(1);
rep = StringUtils.rightTrim(rep, '-');