Comment.fromList constructor

Comment.fromList(
  1. List<String> comments
)

Implementation

Comment.fromList(List<String> comments)
    : nodes = _commentsToCodeNodes(comments, commentPrefix);