writeMethodsToJSONFiles

fun writeMethodsToJSONFiles(    outputPath: Path,     synchronizer: StacksSynchronizer,     runtime: AvailRuntime,     linkingFileMap: LinkingFileMap,     errorLog: StacksErrorLog)

Write all the methods and extends methods to file.

Parameters

outputPath

The path to the output directory for documentation and data files.

synchronizer

The StacksSynchronizer used to control the creation of Stacks documentation

runtime
linkingFileMap

A map for all files in stacks.

errorLog

The file for outputting all errors.

Throws