createBuilder

fun createBuilder(    moduleName: String,     commentStartLine: Int,     linkingFileMap: LinkingFileMap): CommentBuilder

Create a CommentBuilder.

Return

A CommentBuilder.

Parameters

moduleName

The name of the module the comment is in.

commentStartLine

The start line in the module of the comment being built

linkingFileMap

Throws