addFile(fileName)
Read a javascript source file and add its contents to the list of what should
be search for doc strings
debug(message)
Write a debug message to the console if debug is enabled
findTopLevel()
Find what block type we should start at when building the parse tree
fixParams()
Go through all blocks of the function type and construct lists of function params
fixShortDesc()
Extract short descriptions for all blocks that didn't set them explicitly
parseData()
Starting point for building the parse tree from the source string
spam(message)
Write a debug message to the console if spam is enabled