enum CCL::DocumentGenerator::CheckResult

enum CheckResult
{
    kSameFormat,
    kOlderFormat,
    kNewerFormat,
};