MultipleDefineCombinations Module
Functions and values
Function or value |
Description
|
Full Usage:
mergeMultipleFormatResults config results
Parameters:
FormatConfig
results : (DefineCombination * FormatResult) list
Returns: FormatResult
|
When conditional defines were found in the source code, we format the code using all possible combinations. Depending on the values of each combination, code will either be produced or not. In this function, we try to piece back all the active code fragments.
|