CommentGroup

fun CommentGroup(    name: A_String,     namingModule: String,     filename: StacksFilename,     isPrivate: Boolean)

Construct a new CommentGroup.

Parameters

name

The name of the implementation

namingModule

The name of the module where the implementation was first named and exported from.

filename

The name of the file that will represent this group.

isPrivate

Indicates whether or not this is a public method


fun CommentGroup(    group: CommentGroup,     fileName: StacksFilename,     namingModule: String,     name: A_String)

Construct a new CommentGroup.

Parameters

group

The CommentGroup to copy.

fileName

A pair with the fileName and path first and just the name of the file that will represent this group second.

namingModule

The name of the module where the implementation was first named and exported from.

name

The name of the implementation