? commentConfiguration.getContainerInformation(CommentType.Multiline)
: (commentConfiguration.getContainerInformation(CommentType.SingleLine));
CommentProcessor cpr = new CommentProcessor();
CommentText comment = cpr.separateCommentFromContainer(result, in, "\n"); // TODO: cheating on line separator
return new RubyDocProcessor().asHTML(comment.getLines());
}
return null;
}