documentationComments property

List<String> documentationComments
getter/setter pair

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

List<String> documentationComments;