documentationComment abstract method

Comment documentationComment(
  1. List<Token> tokens, [
  2. List<CommentReference> references
])

Returns a documentation comment consisting of the given tokens and having the given references (if supplied) embedded within it.

Implementation

Comment documentationComment(List<Token> tokens,
    [List<CommentReference> references]);