From 0b057a6d29b681f87f3ba01be98bb133309a844d Mon Sep 17 00:00:00 2001 From: John-Paul Smith Date: Thu, 3 Oct 2024 15:46:21 +0100 Subject: [PATCH] Fix config header name in comment Signed-off-by: John-Paul Smith --- include/ofx-native-v1.5_aces-v1.3_ocio-v2.3.h | 2 +- scripts/genColour | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/ofx-native-v1.5_aces-v1.3_ocio-v2.3.h b/include/ofx-native-v1.5_aces-v1.3_ocio-v2.3.h index 88ada5a4..8249f466 100644 --- a/include/ofx-native-v1.5_aces-v1.3_ocio-v2.3.h +++ b/include/ofx-native-v1.5_aces-v1.3_ocio-v2.3.h @@ -8,7 +8,7 @@ extern "C" { #endif -/** @file ofxColourspaceList.h +/** @file ofx-native-v1.5_aces-v1.3_ocio-v2.3.h Contains the list of supported colourspaces. This file was auto-generated by scripts/genColour from ofx-native-v1.5_aces-v1.3_ocio-v2.3. */ diff --git a/scripts/genColour b/scripts/genColour index 3cfd5b82..ae01efd2 100755 --- a/scripts/genColour +++ b/scripts/genColour @@ -21,7 +21,7 @@ header = '''#ifndef _${config_name_us}_h_ extern "C" { #endif -/** @file ofxColourspaceList.h +/** @file ${config_name}.h Contains the list of supported colourspaces. This file was auto-generated by scripts/genColour from $config_name. */