}
int commentStartOffset = comment.sourceStart();
String commentSource;
if (sourceModule != null) {
commentSource = getCommentSource(sourceModule, commentStartOffset, comment.sourceEnd());
} else {
commentSource = comment.getShortDescription() + comment.getLongDescription();
}
return parser.parse(commentSource, commentStartOffset);