write Methods To JSONFiles
fun writeMethodsToJSONFiles( outputPath: Path, synchronizer: StacksSynchronizer, runtime: AvailRuntime, linkingFileMap: LinkingFileMap, errorLog: StacksErrorLog)
Content copied to clipboard
Write all the methods and extends methods to file.
Parameters
output Path
The path to the output directory for documentation and data files.
synchronizer
The StacksSynchronizer used to control the creation of Stacks documentation
runtime
An runtime.
linking File Map
A map for all files in stacks.
error Log
The file for outputting all errors.
Throws
If an I/O exception occurs.