Comments Module
fun CommentsModule( header: ModuleHeader, commentTokens: A_Tuple, errorLog: StacksErrorLog, resolver: ModuleNameResolver, moduleToComments: MutableMap<String, CommentsModule>, linkingFileMap: LinkingFileMap, linkPrefix: String)
Content copied to clipboard
Construct a new CommentsModule.
Parameters
header
The ModuleHeader of the current file
comment Tokens
A A_Tuple of all the comment tokens.
error Log
The file for outputting all errors.
resolver
The ModuleNameResolver for resolving module paths.
module To Comments
A map of module names to a list of all the method names exported from said module
linking File Map
A map for all output files in Stacks
link Prefix
An optional prefix to all files' link web links