documentationComments property

List<String> documentationComments
final

List of documentation comments, separated by line.

Lines should not include the comment marker itself, but should include any leading whitespace, so that any indentation in the original comment is preserved. For example: " List of documentation comments, separated by line.", ...

Implementation

final List<String> documentationComments;