ClassComment

fun ClassComment(    signature: CommentSignature,     commentStartLine: Int,     author: List<StacksAuthorTag>,     sees: List<StacksSeeTag>,     description: StacksDescription,     categories: List<StacksCategoryTag>,     aliases: List<StacksAliasTag>,     supertypes: List<StacksSuperTypeTag>,     fields: List<StacksFieldTag>,     sticky: Boolean)

Construct a new ClassComment.

Parameters

signature

The signature of the class/method the comment describes.

commentStartLine

The start line in the module the comment being parsed appears.

author

The author of the implementation.

sees

A list of any "@sees" references.

description

The overall description of the implementation

categories

The categories the implementation appears in

aliases

The aliases the implementation is known by

supertypes

The list of the class's supertypes

fields

The list of the class's fields

sticky

Whether or not the method should be documented regardless of visibility