From 19a9cffdf02f960caaa0eca9ca2532cc8fe6068f Mon Sep 17 00:00:00 2001 From: Nathan Letwory Date: Sun, 27 Feb 2011 20:13:22 +0000 Subject: doxygen: blender/nodes tagged. --- source/blender/nodes/intern/CMP_nodes/CMP_alphaOver.c | 5 +++++ source/blender/nodes/intern/CMP_nodes/CMP_bilateralblur.c | 5 +++++ source/blender/nodes/intern/CMP_nodes/CMP_blur.c | 5 +++++ source/blender/nodes/intern/CMP_nodes/CMP_brightness.c | 5 +++++ source/blender/nodes/intern/CMP_nodes/CMP_channelMatte.c | 5 +++++ source/blender/nodes/intern/CMP_nodes/CMP_chromaMatte.c | 5 +++++ source/blender/nodes/intern/CMP_nodes/CMP_colorMatte.c | 5 +++++ source/blender/nodes/intern/CMP_nodes/CMP_colorSpill.c | 5 +++++ source/blender/nodes/intern/CMP_nodes/CMP_colorbalance.c | 5 +++++ source/blender/nodes/intern/CMP_nodes/CMP_composite.c | 5 +++++ source/blender/nodes/intern/CMP_nodes/CMP_crop.c | 5 +++++ source/blender/nodes/intern/CMP_nodes/CMP_curves.c | 5 +++++ source/blender/nodes/intern/CMP_nodes/CMP_defocus.c | 5 +++++ source/blender/nodes/intern/CMP_nodes/CMP_diffMatte.c | 5 +++++ source/blender/nodes/intern/CMP_nodes/CMP_dilate.c | 5 +++++ source/blender/nodes/intern/CMP_nodes/CMP_directionalblur.c | 5 +++++ source/blender/nodes/intern/CMP_nodes/CMP_displace.c | 5 +++++ source/blender/nodes/intern/CMP_nodes/CMP_distanceMatte.c | 5 +++++ source/blender/nodes/intern/CMP_nodes/CMP_filter.c | 5 +++++ source/blender/nodes/intern/CMP_nodes/CMP_flip.c | 5 +++++ source/blender/nodes/intern/CMP_nodes/CMP_gamma.c | 5 +++++ source/blender/nodes/intern/CMP_nodes/CMP_glare.c | 5 +++++ source/blender/nodes/intern/CMP_nodes/CMP_hueSatVal.c | 5 +++++ source/blender/nodes/intern/CMP_nodes/CMP_huecorrect.c | 5 +++++ source/blender/nodes/intern/CMP_nodes/CMP_idMask.c | 5 +++++ source/blender/nodes/intern/CMP_nodes/CMP_image.c | 5 +++++ source/blender/nodes/intern/CMP_nodes/CMP_invert.c | 5 +++++ source/blender/nodes/intern/CMP_nodes/CMP_lensdist.c | 5 +++++ source/blender/nodes/intern/CMP_nodes/CMP_levels.c | 5 +++++ source/blender/nodes/intern/CMP_nodes/CMP_lummaMatte.c | 5 +++++ source/blender/nodes/intern/CMP_nodes/CMP_mapUV.c | 5 +++++ source/blender/nodes/intern/CMP_nodes/CMP_mapValue.c | 5 +++++ source/blender/nodes/intern/CMP_nodes/CMP_math.c | 5 +++++ source/blender/nodes/intern/CMP_nodes/CMP_mixrgb.c | 5 +++++ source/blender/nodes/intern/CMP_nodes/CMP_normal.c | 5 +++++ source/blender/nodes/intern/CMP_nodes/CMP_normalize.c | 5 +++++ source/blender/nodes/intern/CMP_nodes/CMP_outputFile.c | 5 +++++ source/blender/nodes/intern/CMP_nodes/CMP_premulkey.c | 5 +++++ source/blender/nodes/intern/CMP_nodes/CMP_rgb.c | 5 +++++ source/blender/nodes/intern/CMP_nodes/CMP_rotate.c | 5 +++++ source/blender/nodes/intern/CMP_nodes/CMP_scale.c | 5 +++++ source/blender/nodes/intern/CMP_nodes/CMP_sepcombHSVA.c | 5 +++++ source/blender/nodes/intern/CMP_nodes/CMP_sepcombRGBA.c | 5 +++++ source/blender/nodes/intern/CMP_nodes/CMP_sepcombYCCA.c | 5 +++++ source/blender/nodes/intern/CMP_nodes/CMP_sepcombYUVA.c | 5 +++++ source/blender/nodes/intern/CMP_nodes/CMP_setalpha.c | 5 +++++ source/blender/nodes/intern/CMP_nodes/CMP_splitViewer.c | 5 +++++ source/blender/nodes/intern/CMP_nodes/CMP_texture.c | 5 +++++ source/blender/nodes/intern/CMP_nodes/CMP_tonemap.c | 5 +++++ source/blender/nodes/intern/CMP_nodes/CMP_translate.c | 5 +++++ source/blender/nodes/intern/CMP_nodes/CMP_valToRgb.c | 5 +++++ source/blender/nodes/intern/CMP_nodes/CMP_value.c | 5 +++++ source/blender/nodes/intern/CMP_nodes/CMP_vecBlur.c | 5 +++++ source/blender/nodes/intern/CMP_nodes/CMP_viewer.c | 5 +++++ source/blender/nodes/intern/CMP_nodes/CMP_zcombine.c | 5 +++++ 55 files changed, 275 insertions(+) (limited to 'source/blender/nodes/intern/CMP_nodes') diff --git a/source/blender/nodes/intern/CMP_nodes/CMP_alphaOver.c b/source/blender/nodes/intern/CMP_nodes/CMP_alphaOver.c index f18bfb79405..cba7e150633 100644 --- a/source/blender/nodes/intern/CMP_nodes/CMP_alphaOver.c +++ b/source/blender/nodes/intern/CMP_nodes/CMP_alphaOver.c @@ -27,6 +27,11 @@ * ***** END GPL LICENSE BLOCK ***** */ +/** \file blender/nodes/intern/CMP_nodes/CMP_alphaOver.c + * \ingroup cmpnodes + */ + + #include "../CMP_util.h" /* **************** ALPHAOVER ******************** */ diff --git a/source/blender/nodes/intern/CMP_nodes/CMP_bilateralblur.c b/source/blender/nodes/intern/CMP_nodes/CMP_bilateralblur.c index bb677521435..c106b437e17 100644 --- a/source/blender/nodes/intern/CMP_nodes/CMP_bilateralblur.c +++ b/source/blender/nodes/intern/CMP_nodes/CMP_bilateralblur.c @@ -26,6 +26,11 @@ * * ***** END GPL LICENSE BLOCK ***** */ + +/** \file blender/nodes/intern/CMP_nodes/CMP_bilateralblur.c + * \ingroup cmpnodes + */ + #include "../CMP_util.h" /* **************** BILATERALBLUR ******************** */ diff --git a/source/blender/nodes/intern/CMP_nodes/CMP_blur.c b/source/blender/nodes/intern/CMP_nodes/CMP_blur.c index e01d5ee29bd..1031ab3d360 100644 --- a/source/blender/nodes/intern/CMP_nodes/CMP_blur.c +++ b/source/blender/nodes/intern/CMP_nodes/CMP_blur.c @@ -28,6 +28,11 @@ * ***** END GPL LICENSE BLOCK ***** */ +/** \file blender/nodes/intern/CMP_nodes/CMP_blur.c + * \ingroup cmpnodes + */ + + #include "../CMP_util.h" /* **************** BLUR ******************** */ diff --git a/source/blender/nodes/intern/CMP_nodes/CMP_brightness.c b/source/blender/nodes/intern/CMP_nodes/CMP_brightness.c index 8d7524d71f5..50a8d05b03d 100644 --- a/source/blender/nodes/intern/CMP_nodes/CMP_brightness.c +++ b/source/blender/nodes/intern/CMP_nodes/CMP_brightness.c @@ -28,6 +28,11 @@ */ +/** \file blender/nodes/intern/CMP_nodes/CMP_brightness.c + * \ingroup cmpnodes + */ + + #include "../CMP_util.h" diff --git a/source/blender/nodes/intern/CMP_nodes/CMP_channelMatte.c b/source/blender/nodes/intern/CMP_nodes/CMP_channelMatte.c index ee3dfbc6e1b..cdd360dc0fe 100644 --- a/source/blender/nodes/intern/CMP_nodes/CMP_channelMatte.c +++ b/source/blender/nodes/intern/CMP_nodes/CMP_channelMatte.c @@ -27,6 +27,11 @@ * ***** END GPL LICENSE BLOCK ***** */ +/** \file blender/nodes/intern/CMP_nodes/CMP_channelMatte.c + * \ingroup cmpnodes + */ + + #include "../CMP_util.h" diff --git a/source/blender/nodes/intern/CMP_nodes/CMP_chromaMatte.c b/source/blender/nodes/intern/CMP_nodes/CMP_chromaMatte.c index aea2197d8de..fc0e9b3ee4b 100644 --- a/source/blender/nodes/intern/CMP_nodes/CMP_chromaMatte.c +++ b/source/blender/nodes/intern/CMP_nodes/CMP_chromaMatte.c @@ -27,6 +27,11 @@ * ***** END GPL LICENSE BLOCK ***** */ +/** \file blender/nodes/intern/CMP_nodes/CMP_chromaMatte.c + * \ingroup cmpnodes + */ + + #include "../CMP_util.h" /* ******************* Chroma Key ********************************************************** */ diff --git a/source/blender/nodes/intern/CMP_nodes/CMP_colorMatte.c b/source/blender/nodes/intern/CMP_nodes/CMP_colorMatte.c index 12092531edf..90916284f1e 100644 --- a/source/blender/nodes/intern/CMP_nodes/CMP_colorMatte.c +++ b/source/blender/nodes/intern/CMP_nodes/CMP_colorMatte.c @@ -27,6 +27,11 @@ * ***** END GPL LICENSE BLOCK ***** */ +/** \file blender/nodes/intern/CMP_nodes/CMP_colorMatte.c + * \ingroup cmpnodes + */ + + #include "../CMP_util.h" /* ******************* Color Key ********************************************************** */ diff --git a/source/blender/nodes/intern/CMP_nodes/CMP_colorSpill.c b/source/blender/nodes/intern/CMP_nodes/CMP_colorSpill.c index 65d3d598c65..c9997ba8a75 100644 --- a/source/blender/nodes/intern/CMP_nodes/CMP_colorSpill.c +++ b/source/blender/nodes/intern/CMP_nodes/CMP_colorSpill.c @@ -27,6 +27,11 @@ * ***** END GPL LICENSE BLOCK ***** */ +/** \file blender/nodes/intern/CMP_nodes/CMP_colorSpill.c + * \ingroup cmpnodes + */ + + #include "../CMP_util.h" diff --git a/source/blender/nodes/intern/CMP_nodes/CMP_colorbalance.c b/source/blender/nodes/intern/CMP_nodes/CMP_colorbalance.c index 0cecb764722..4074ea2fa29 100644 --- a/source/blender/nodes/intern/CMP_nodes/CMP_colorbalance.c +++ b/source/blender/nodes/intern/CMP_nodes/CMP_colorbalance.c @@ -27,6 +27,11 @@ * ***** END GPL LICENSE BLOCK ***** */ +/** \file blender/nodes/intern/CMP_nodes/CMP_colorbalance.c + * \ingroup cmpnodes + */ + + #include "../CMP_util.h" diff --git a/source/blender/nodes/intern/CMP_nodes/CMP_composite.c b/source/blender/nodes/intern/CMP_nodes/CMP_composite.c index d54e47a5647..fb68f56ae64 100644 --- a/source/blender/nodes/intern/CMP_nodes/CMP_composite.c +++ b/source/blender/nodes/intern/CMP_nodes/CMP_composite.c @@ -27,6 +27,11 @@ * ***** END GPL LICENSE BLOCK ***** */ +/** \file blender/nodes/intern/CMP_nodes/CMP_composite.c + * \ingroup cmpnodes + */ + + #include "../CMP_util.h" diff --git a/source/blender/nodes/intern/CMP_nodes/CMP_crop.c b/source/blender/nodes/intern/CMP_nodes/CMP_crop.c index a07301a2cb8..5a0e2047ed7 100644 --- a/source/blender/nodes/intern/CMP_nodes/CMP_crop.c +++ b/source/blender/nodes/intern/CMP_nodes/CMP_crop.c @@ -27,6 +27,11 @@ * ***** END GPL LICENSE BLOCK ***** */ +/** \file blender/nodes/intern/CMP_nodes/CMP_crop.c + * \ingroup cmpnodes + */ + + #include "../CMP_util.h" /* **************** Crop ******************** */ diff --git a/source/blender/nodes/intern/CMP_nodes/CMP_curves.c b/source/blender/nodes/intern/CMP_nodes/CMP_curves.c index 2252693da32..f0b399ae1e8 100644 --- a/source/blender/nodes/intern/CMP_nodes/CMP_curves.c +++ b/source/blender/nodes/intern/CMP_nodes/CMP_curves.c @@ -27,6 +27,11 @@ * ***** END GPL LICENSE BLOCK ***** */ +/** \file blender/nodes/intern/CMP_nodes/CMP_curves.c + * \ingroup cmpnodes + */ + + #include "../CMP_util.h" diff --git a/source/blender/nodes/intern/CMP_nodes/CMP_defocus.c b/source/blender/nodes/intern/CMP_nodes/CMP_defocus.c index c0168309533..303d5ee01aa 100644 --- a/source/blender/nodes/intern/CMP_nodes/CMP_defocus.c +++ b/source/blender/nodes/intern/CMP_nodes/CMP_defocus.c @@ -27,6 +27,11 @@ * ***** END GPL LICENSE BLOCK ***** */ +/** \file blender/nodes/intern/CMP_nodes/CMP_defocus.c + * \ingroup cmpnodes + */ + + #include "../CMP_util.h" /* ************ qdn: Defocus node ****************** */ diff --git a/source/blender/nodes/intern/CMP_nodes/CMP_diffMatte.c b/source/blender/nodes/intern/CMP_nodes/CMP_diffMatte.c index 2996551fff5..f0e112761e3 100644 --- a/source/blender/nodes/intern/CMP_nodes/CMP_diffMatte.c +++ b/source/blender/nodes/intern/CMP_nodes/CMP_diffMatte.c @@ -27,6 +27,11 @@ * ***** END GPL LICENSE BLOCK ***** */ +/** \file blender/nodes/intern/CMP_nodes/CMP_diffMatte.c + * \ingroup cmpnodes + */ + + #include "../CMP_util.h" /* ******************* channel Difference Matte ********************************* */ diff --git a/source/blender/nodes/intern/CMP_nodes/CMP_dilate.c b/source/blender/nodes/intern/CMP_nodes/CMP_dilate.c index 8533acdd5a5..f5d16ff0ab8 100644 --- a/source/blender/nodes/intern/CMP_nodes/CMP_dilate.c +++ b/source/blender/nodes/intern/CMP_nodes/CMP_dilate.c @@ -27,6 +27,11 @@ * ***** END GPL LICENSE BLOCK ***** */ +/** \file blender/nodes/intern/CMP_nodes/CMP_dilate.c + * \ingroup cmpnodes + */ + + #include "../CMP_util.h" diff --git a/source/blender/nodes/intern/CMP_nodes/CMP_directionalblur.c b/source/blender/nodes/intern/CMP_nodes/CMP_directionalblur.c index b00bdba768d..2a8bbcc9ad5 100644 --- a/source/blender/nodes/intern/CMP_nodes/CMP_directionalblur.c +++ b/source/blender/nodes/intern/CMP_nodes/CMP_directionalblur.c @@ -26,6 +26,11 @@ * ***** END GPL LICENSE BLOCK ***** */ +/** \file blender/nodes/intern/CMP_nodes/CMP_directionalblur.c + * \ingroup cmpnodes + */ + + #include "../CMP_util.h" static bNodeSocketType cmp_node_dblur_in[]= { diff --git a/source/blender/nodes/intern/CMP_nodes/CMP_displace.c b/source/blender/nodes/intern/CMP_nodes/CMP_displace.c index 49b65ef0598..d52a47993d2 100644 --- a/source/blender/nodes/intern/CMP_nodes/CMP_displace.c +++ b/source/blender/nodes/intern/CMP_nodes/CMP_displace.c @@ -27,6 +27,11 @@ * ***** END GPL LICENSE BLOCK ***** */ +/** \file blender/nodes/intern/CMP_nodes/CMP_displace.c + * \ingroup cmpnodes + */ + + #include "../CMP_util.h" diff --git a/source/blender/nodes/intern/CMP_nodes/CMP_distanceMatte.c b/source/blender/nodes/intern/CMP_nodes/CMP_distanceMatte.c index 1d379904949..3eb38465c4f 100644 --- a/source/blender/nodes/intern/CMP_nodes/CMP_distanceMatte.c +++ b/source/blender/nodes/intern/CMP_nodes/CMP_distanceMatte.c @@ -27,6 +27,11 @@ * ***** END GPL LICENSE BLOCK ***** */ +/** \file blender/nodes/intern/CMP_nodes/CMP_distanceMatte.c + * \ingroup cmpnodes + */ + + #include "../CMP_util.h" /* ******************* channel Distance Matte ********************************* */ diff --git a/source/blender/nodes/intern/CMP_nodes/CMP_filter.c b/source/blender/nodes/intern/CMP_nodes/CMP_filter.c index c3450f80979..915cb01d2d4 100644 --- a/source/blender/nodes/intern/CMP_nodes/CMP_filter.c +++ b/source/blender/nodes/intern/CMP_nodes/CMP_filter.c @@ -27,6 +27,11 @@ * ***** END GPL LICENSE BLOCK ***** */ +/** \file blender/nodes/intern/CMP_nodes/CMP_filter.c + * \ingroup cmpnodes + */ + + #include "../CMP_util.h" /* **************** FILTER ******************** */ diff --git a/source/blender/nodes/intern/CMP_nodes/CMP_flip.c b/source/blender/nodes/intern/CMP_nodes/CMP_flip.c index b1af4ac9d3c..b5fd7b46e03 100644 --- a/source/blender/nodes/intern/CMP_nodes/CMP_flip.c +++ b/source/blender/nodes/intern/CMP_nodes/CMP_flip.c @@ -27,6 +27,11 @@ * ***** END GPL LICENSE BLOCK ***** */ +/** \file blender/nodes/intern/CMP_nodes/CMP_flip.c + * \ingroup cmpnodes + */ + + #include "../CMP_util.h" /* **************** Flip ******************** */ diff --git a/source/blender/nodes/intern/CMP_nodes/CMP_gamma.c b/source/blender/nodes/intern/CMP_nodes/CMP_gamma.c index dfe28e881f4..261257d3b5f 100644 --- a/source/blender/nodes/intern/CMP_nodes/CMP_gamma.c +++ b/source/blender/nodes/intern/CMP_nodes/CMP_gamma.c @@ -28,6 +28,11 @@ */ +/** \file blender/nodes/intern/CMP_nodes/CMP_gamma.c + * \ingroup cmpnodes + */ + + #include "../CMP_util.h" /* **************** Gamma Tools ******************** */ diff --git a/source/blender/nodes/intern/CMP_nodes/CMP_glare.c b/source/blender/nodes/intern/CMP_nodes/CMP_glare.c index 7449b8436ea..1a339b45a05 100644 --- a/source/blender/nodes/intern/CMP_nodes/CMP_glare.c +++ b/source/blender/nodes/intern/CMP_nodes/CMP_glare.c @@ -26,6 +26,11 @@ * ***** END GPL LICENSE BLOCK ***** */ +/** \file blender/nodes/intern/CMP_nodes/CMP_glare.c + * \ingroup cmpnodes + */ + + #include "../CMP_util.h" static bNodeSocketType cmp_node_glare_in[]= { diff --git a/source/blender/nodes/intern/CMP_nodes/CMP_hueSatVal.c b/source/blender/nodes/intern/CMP_nodes/CMP_hueSatVal.c index 32e133c3bec..238f9b063c2 100644 --- a/source/blender/nodes/intern/CMP_nodes/CMP_hueSatVal.c +++ b/source/blender/nodes/intern/CMP_nodes/CMP_hueSatVal.c @@ -27,6 +27,11 @@ * ***** END GPL LICENSE BLOCK ***** */ +/** \file blender/nodes/intern/CMP_nodes/CMP_hueSatVal.c + * \ingroup cmpnodes + */ + + #include "../CMP_util.h" diff --git a/source/blender/nodes/intern/CMP_nodes/CMP_huecorrect.c b/source/blender/nodes/intern/CMP_nodes/CMP_huecorrect.c index 53cb5cc096d..ce5092e2859 100644 --- a/source/blender/nodes/intern/CMP_nodes/CMP_huecorrect.c +++ b/source/blender/nodes/intern/CMP_nodes/CMP_huecorrect.c @@ -27,6 +27,11 @@ * ***** END GPL LICENSE BLOCK ***** */ +/** \file blender/nodes/intern/CMP_nodes/CMP_huecorrect.c + * \ingroup cmpnodes + */ + + #include "../CMP_util.h" static bNodeSocketType cmp_node_huecorrect_in[]= { diff --git a/source/blender/nodes/intern/CMP_nodes/CMP_idMask.c b/source/blender/nodes/intern/CMP_nodes/CMP_idMask.c index eeae5fb06de..72d0de7d15e 100644 --- a/source/blender/nodes/intern/CMP_nodes/CMP_idMask.c +++ b/source/blender/nodes/intern/CMP_nodes/CMP_idMask.c @@ -27,6 +27,11 @@ * ***** END GPL LICENSE BLOCK ***** */ +/** \file blender/nodes/intern/CMP_nodes/CMP_idMask.c + * \ingroup cmpnodes + */ + + #include "../CMP_util.h" diff --git a/source/blender/nodes/intern/CMP_nodes/CMP_image.c b/source/blender/nodes/intern/CMP_nodes/CMP_image.c index dedba6919ab..a7be5ac6f8a 100644 --- a/source/blender/nodes/intern/CMP_nodes/CMP_image.c +++ b/source/blender/nodes/intern/CMP_nodes/CMP_image.c @@ -27,6 +27,11 @@ * ***** END GPL LICENSE BLOCK ***** */ +/** \file blender/nodes/intern/CMP_nodes/CMP_image.c + * \ingroup cmpnodes + */ + + #include "../CMP_util.h" diff --git a/source/blender/nodes/intern/CMP_nodes/CMP_invert.c b/source/blender/nodes/intern/CMP_nodes/CMP_invert.c index 5cf652b8af6..f42bcb576fd 100644 --- a/source/blender/nodes/intern/CMP_nodes/CMP_invert.c +++ b/source/blender/nodes/intern/CMP_nodes/CMP_invert.c @@ -26,6 +26,11 @@ * * ***** END GPL LICENSE BLOCK ***** */ + +/** \file blender/nodes/intern/CMP_nodes/CMP_invert.c + * \ingroup cmpnodes + */ + #include "../CMP_util.h" /* **************** INVERT ******************** */ diff --git a/source/blender/nodes/intern/CMP_nodes/CMP_lensdist.c b/source/blender/nodes/intern/CMP_nodes/CMP_lensdist.c index 4343e043c34..37c28514679 100644 --- a/source/blender/nodes/intern/CMP_nodes/CMP_lensdist.c +++ b/source/blender/nodes/intern/CMP_nodes/CMP_lensdist.c @@ -26,6 +26,11 @@ * ***** END GPL LICENSE BLOCK ***** */ +/** \file blender/nodes/intern/CMP_nodes/CMP_lensdist.c + * \ingroup cmpnodes + */ + + #include "../CMP_util.h" static bNodeSocketType cmp_node_lensdist_in[]= { diff --git a/source/blender/nodes/intern/CMP_nodes/CMP_levels.c b/source/blender/nodes/intern/CMP_nodes/CMP_levels.c index 876ee565ec7..4436be14b5c 100644 --- a/source/blender/nodes/intern/CMP_nodes/CMP_levels.c +++ b/source/blender/nodes/intern/CMP_nodes/CMP_levels.c @@ -27,6 +27,11 @@ * ***** END GPL LICENSE BLOCK ***** */ +/** \file blender/nodes/intern/CMP_nodes/CMP_levels.c + * \ingroup cmpnodes + */ + + #include "../CMP_util.h" diff --git a/source/blender/nodes/intern/CMP_nodes/CMP_lummaMatte.c b/source/blender/nodes/intern/CMP_nodes/CMP_lummaMatte.c index 6ab07828735..7ed38996cf8 100644 --- a/source/blender/nodes/intern/CMP_nodes/CMP_lummaMatte.c +++ b/source/blender/nodes/intern/CMP_nodes/CMP_lummaMatte.c @@ -27,6 +27,11 @@ * ***** END GPL LICENSE BLOCK ***** */ +/** \file blender/nodes/intern/CMP_nodes/CMP_lummaMatte.c + * \ingroup cmpnodes + */ + + #include "../CMP_util.h" diff --git a/source/blender/nodes/intern/CMP_nodes/CMP_mapUV.c b/source/blender/nodes/intern/CMP_nodes/CMP_mapUV.c index bc294b3be79..6b2c561b14a 100644 --- a/source/blender/nodes/intern/CMP_nodes/CMP_mapUV.c +++ b/source/blender/nodes/intern/CMP_nodes/CMP_mapUV.c @@ -27,6 +27,11 @@ * ***** END GPL LICENSE BLOCK ***** */ +/** \file blender/nodes/intern/CMP_nodes/CMP_mapUV.c + * \ingroup cmpnodes + */ + + #include "../CMP_util.h" /* **************** Map UV ******************** */ diff --git a/source/blender/nodes/intern/CMP_nodes/CMP_mapValue.c b/source/blender/nodes/intern/CMP_nodes/CMP_mapValue.c index b7da0ed578c..b4af253ac3a 100644 --- a/source/blender/nodes/intern/CMP_nodes/CMP_mapValue.c +++ b/source/blender/nodes/intern/CMP_nodes/CMP_mapValue.c @@ -27,6 +27,11 @@ * ***** END GPL LICENSE BLOCK ***** */ +/** \file blender/nodes/intern/CMP_nodes/CMP_mapValue.c + * \ingroup cmpnodes + */ + + #include "../CMP_util.h" /* **************** MAP VALUE ******************** */ diff --git a/source/blender/nodes/intern/CMP_nodes/CMP_math.c b/source/blender/nodes/intern/CMP_nodes/CMP_math.c index 86b602d4086..09c08f01a8a 100644 --- a/source/blender/nodes/intern/CMP_nodes/CMP_math.c +++ b/source/blender/nodes/intern/CMP_nodes/CMP_math.c @@ -27,6 +27,11 @@ * ***** END GPL LICENSE BLOCK ***** */ +/** \file blender/nodes/intern/CMP_nodes/CMP_math.c + * \ingroup cmpnodes + */ + + #include "../CMP_util.h" /* **************** SCALAR MATH ******************** */ diff --git a/source/blender/nodes/intern/CMP_nodes/CMP_mixrgb.c b/source/blender/nodes/intern/CMP_nodes/CMP_mixrgb.c index 2a7937ef1d8..d2454b37c29 100644 --- a/source/blender/nodes/intern/CMP_nodes/CMP_mixrgb.c +++ b/source/blender/nodes/intern/CMP_nodes/CMP_mixrgb.c @@ -26,6 +26,11 @@ * * ***** END GPL LICENSE BLOCK ***** */ + +/** \file blender/nodes/intern/CMP_nodes/CMP_mixrgb.c + * \ingroup cmpnodes + */ + #include "../CMP_util.h" /* **************** MIX RGB ******************** */ diff --git a/source/blender/nodes/intern/CMP_nodes/CMP_normal.c b/source/blender/nodes/intern/CMP_nodes/CMP_normal.c index 920a99f1b93..f53d3041947 100644 --- a/source/blender/nodes/intern/CMP_nodes/CMP_normal.c +++ b/source/blender/nodes/intern/CMP_nodes/CMP_normal.c @@ -27,6 +27,11 @@ * ***** END GPL LICENSE BLOCK ***** */ +/** \file blender/nodes/intern/CMP_nodes/CMP_normal.c + * \ingroup cmpnodes + */ + + #include "../CMP_util.h" diff --git a/source/blender/nodes/intern/CMP_nodes/CMP_normalize.c b/source/blender/nodes/intern/CMP_nodes/CMP_normalize.c index b9a4dd4ab8a..22ebd924f09 100644 --- a/source/blender/nodes/intern/CMP_nodes/CMP_normalize.c +++ b/source/blender/nodes/intern/CMP_nodes/CMP_normalize.c @@ -27,6 +27,11 @@ * ***** END GPL LICENSE BLOCK ***** */ +/** \file blender/nodes/intern/CMP_nodes/CMP_normalize.c + * \ingroup cmpnodes + */ + + #include "../CMP_util.h" diff --git a/source/blender/nodes/intern/CMP_nodes/CMP_outputFile.c b/source/blender/nodes/intern/CMP_nodes/CMP_outputFile.c index 3cb342aa5ff..61a1c5d1c94 100644 --- a/source/blender/nodes/intern/CMP_nodes/CMP_outputFile.c +++ b/source/blender/nodes/intern/CMP_nodes/CMP_outputFile.c @@ -27,6 +27,11 @@ * ***** END GPL LICENSE BLOCK ***** */ +/** \file blender/nodes/intern/CMP_nodes/CMP_outputFile.c + * \ingroup cmpnodes + */ + + #include "../CMP_util.h" /* **************** OUTPUT FILE ******************** */ diff --git a/source/blender/nodes/intern/CMP_nodes/CMP_premulkey.c b/source/blender/nodes/intern/CMP_nodes/CMP_premulkey.c index 5bf3af8e5cb..15d2ac25180 100644 --- a/source/blender/nodes/intern/CMP_nodes/CMP_premulkey.c +++ b/source/blender/nodes/intern/CMP_nodes/CMP_premulkey.c @@ -28,6 +28,11 @@ */ +/** \file blender/nodes/intern/CMP_nodes/CMP_premulkey.c + * \ingroup cmpnodes + */ + + #include "../CMP_util.h" /* **************** Premul and Key Alpha Convert ******************** */ diff --git a/source/blender/nodes/intern/CMP_nodes/CMP_rgb.c b/source/blender/nodes/intern/CMP_nodes/CMP_rgb.c index 1d8db72584e..a6ce77b64f0 100644 --- a/source/blender/nodes/intern/CMP_nodes/CMP_rgb.c +++ b/source/blender/nodes/intern/CMP_nodes/CMP_rgb.c @@ -27,6 +27,11 @@ * ***** END GPL LICENSE BLOCK ***** */ +/** \file blender/nodes/intern/CMP_nodes/CMP_rgb.c + * \ingroup cmpnodes + */ + + #include "../CMP_util.h" diff --git a/source/blender/nodes/intern/CMP_nodes/CMP_rotate.c b/source/blender/nodes/intern/CMP_nodes/CMP_rotate.c index 17d22d41543..14f25aa442b 100644 --- a/source/blender/nodes/intern/CMP_nodes/CMP_rotate.c +++ b/source/blender/nodes/intern/CMP_nodes/CMP_rotate.c @@ -27,6 +27,11 @@ * ***** END GPL LICENSE BLOCK ***** */ +/** \file blender/nodes/intern/CMP_nodes/CMP_rotate.c + * \ingroup cmpnodes + */ + + #include "../CMP_util.h" /* **************** Rotate ******************** */ diff --git a/source/blender/nodes/intern/CMP_nodes/CMP_scale.c b/source/blender/nodes/intern/CMP_nodes/CMP_scale.c index 24d3ca17a0f..b6030cc5a5f 100644 --- a/source/blender/nodes/intern/CMP_nodes/CMP_scale.c +++ b/source/blender/nodes/intern/CMP_nodes/CMP_scale.c @@ -27,6 +27,11 @@ * ***** END GPL LICENSE BLOCK ***** */ +/** \file blender/nodes/intern/CMP_nodes/CMP_scale.c + * \ingroup cmpnodes + */ + + #include "../CMP_util.h" /* **************** Scale ******************** */ diff --git a/source/blender/nodes/intern/CMP_nodes/CMP_sepcombHSVA.c b/source/blender/nodes/intern/CMP_nodes/CMP_sepcombHSVA.c index 469425c4ace..4e338c73c39 100644 --- a/source/blender/nodes/intern/CMP_nodes/CMP_sepcombHSVA.c +++ b/source/blender/nodes/intern/CMP_nodes/CMP_sepcombHSVA.c @@ -27,6 +27,11 @@ * ***** END GPL LICENSE BLOCK ***** */ +/** \file blender/nodes/intern/CMP_nodes/CMP_sepcombHSVA.c + * \ingroup cmpnodes + */ + + #include "../CMP_util.h" diff --git a/source/blender/nodes/intern/CMP_nodes/CMP_sepcombRGBA.c b/source/blender/nodes/intern/CMP_nodes/CMP_sepcombRGBA.c index 969fadf65ad..11afd1eaaef 100644 --- a/source/blender/nodes/intern/CMP_nodes/CMP_sepcombRGBA.c +++ b/source/blender/nodes/intern/CMP_nodes/CMP_sepcombRGBA.c @@ -27,6 +27,11 @@ * ***** END GPL LICENSE BLOCK ***** */ +/** \file blender/nodes/intern/CMP_nodes/CMP_sepcombRGBA.c + * \ingroup cmpnodes + */ + + #include "../CMP_util.h" /* **************** SEPARATE RGBA ******************** */ diff --git a/source/blender/nodes/intern/CMP_nodes/CMP_sepcombYCCA.c b/source/blender/nodes/intern/CMP_nodes/CMP_sepcombYCCA.c index b00885f6940..81591602dae 100644 --- a/source/blender/nodes/intern/CMP_nodes/CMP_sepcombYCCA.c +++ b/source/blender/nodes/intern/CMP_nodes/CMP_sepcombYCCA.c @@ -27,6 +27,11 @@ * ***** END GPL LICENSE BLOCK ***** */ +/** \file blender/nodes/intern/CMP_nodes/CMP_sepcombYCCA.c + * \ingroup cmpnodes + */ + + #include "../CMP_util.h" diff --git a/source/blender/nodes/intern/CMP_nodes/CMP_sepcombYUVA.c b/source/blender/nodes/intern/CMP_nodes/CMP_sepcombYUVA.c index 65b0e5a645c..8687e307df3 100644 --- a/source/blender/nodes/intern/CMP_nodes/CMP_sepcombYUVA.c +++ b/source/blender/nodes/intern/CMP_nodes/CMP_sepcombYUVA.c @@ -27,6 +27,11 @@ * ***** END GPL LICENSE BLOCK ***** */ +/** \file blender/nodes/intern/CMP_nodes/CMP_sepcombYUVA.c + * \ingroup cmpnodes + */ + + #include "../CMP_util.h" diff --git a/source/blender/nodes/intern/CMP_nodes/CMP_setalpha.c b/source/blender/nodes/intern/CMP_nodes/CMP_setalpha.c index 920bb33604f..bb8533a79f6 100644 --- a/source/blender/nodes/intern/CMP_nodes/CMP_setalpha.c +++ b/source/blender/nodes/intern/CMP_nodes/CMP_setalpha.c @@ -27,6 +27,11 @@ * ***** END GPL LICENSE BLOCK ***** */ +/** \file blender/nodes/intern/CMP_nodes/CMP_setalpha.c + * \ingroup cmpnodes + */ + + #include "../CMP_util.h" /* **************** SET ALPHA ******************** */ diff --git a/source/blender/nodes/intern/CMP_nodes/CMP_splitViewer.c b/source/blender/nodes/intern/CMP_nodes/CMP_splitViewer.c index e66abd994dd..69499f25b39 100644 --- a/source/blender/nodes/intern/CMP_nodes/CMP_splitViewer.c +++ b/source/blender/nodes/intern/CMP_nodes/CMP_splitViewer.c @@ -27,6 +27,11 @@ * ***** END GPL LICENSE BLOCK ***** */ +/** \file blender/nodes/intern/CMP_nodes/CMP_splitViewer.c + * \ingroup cmpnodes + */ + + #include "../CMP_util.h" /* **************** SPLIT VIEWER ******************** */ diff --git a/source/blender/nodes/intern/CMP_nodes/CMP_texture.c b/source/blender/nodes/intern/CMP_nodes/CMP_texture.c index 8d8480688c7..46e71b8b8e5 100644 --- a/source/blender/nodes/intern/CMP_nodes/CMP_texture.c +++ b/source/blender/nodes/intern/CMP_nodes/CMP_texture.c @@ -27,6 +27,11 @@ * ***** END GPL LICENSE BLOCK ***** */ +/** \file blender/nodes/intern/CMP_nodes/CMP_texture.c + * \ingroup cmpnodes + */ + + #include "../CMP_util.h" /* **************** TEXTURE ******************** */ diff --git a/source/blender/nodes/intern/CMP_nodes/CMP_tonemap.c b/source/blender/nodes/intern/CMP_nodes/CMP_tonemap.c index ac305ad0319..f15811ec790 100644 --- a/source/blender/nodes/intern/CMP_nodes/CMP_tonemap.c +++ b/source/blender/nodes/intern/CMP_nodes/CMP_tonemap.c @@ -26,6 +26,11 @@ * ***** END GPL LICENSE BLOCK ***** */ +/** \file blender/nodes/intern/CMP_nodes/CMP_tonemap.c + * \ingroup cmpnodes + */ + + #include "../CMP_util.h" static bNodeSocketType cmp_node_tonemap_in[]= { diff --git a/source/blender/nodes/intern/CMP_nodes/CMP_translate.c b/source/blender/nodes/intern/CMP_nodes/CMP_translate.c index 9db7819658d..eb69523e7a9 100644 --- a/source/blender/nodes/intern/CMP_nodes/CMP_translate.c +++ b/source/blender/nodes/intern/CMP_nodes/CMP_translate.c @@ -27,6 +27,11 @@ * ***** END GPL LICENSE BLOCK ***** */ +/** \file blender/nodes/intern/CMP_nodes/CMP_translate.c + * \ingroup cmpnodes + */ + + #include "../CMP_util.h" diff --git a/source/blender/nodes/intern/CMP_nodes/CMP_valToRgb.c b/source/blender/nodes/intern/CMP_nodes/CMP_valToRgb.c index 9de4a8ca4ef..fa6b5db89f6 100644 --- a/source/blender/nodes/intern/CMP_nodes/CMP_valToRgb.c +++ b/source/blender/nodes/intern/CMP_nodes/CMP_valToRgb.c @@ -27,6 +27,11 @@ * ***** END GPL LICENSE BLOCK ***** */ +/** \file blender/nodes/intern/CMP_nodes/CMP_valToRgb.c + * \ingroup cmpnodes + */ + + #include "../CMP_util.h" diff --git a/source/blender/nodes/intern/CMP_nodes/CMP_value.c b/source/blender/nodes/intern/CMP_nodes/CMP_value.c index bd5f6853dc5..46762065bb4 100644 --- a/source/blender/nodes/intern/CMP_nodes/CMP_value.c +++ b/source/blender/nodes/intern/CMP_nodes/CMP_value.c @@ -27,6 +27,11 @@ * ***** END GPL LICENSE BLOCK ***** */ +/** \file blender/nodes/intern/CMP_nodes/CMP_value.c + * \ingroup cmpnodes + */ + + #include "../CMP_util.h" /* **************** VALUE ******************** */ diff --git a/source/blender/nodes/intern/CMP_nodes/CMP_vecBlur.c b/source/blender/nodes/intern/CMP_nodes/CMP_vecBlur.c index cae619b8dd4..b21418f6698 100644 --- a/source/blender/nodes/intern/CMP_nodes/CMP_vecBlur.c +++ b/source/blender/nodes/intern/CMP_nodes/CMP_vecBlur.c @@ -27,6 +27,11 @@ * ***** END GPL LICENSE BLOCK ***** */ +/** \file blender/nodes/intern/CMP_nodes/CMP_vecBlur.c + * \ingroup cmpnodes + */ + + #include "../CMP_util.h" diff --git a/source/blender/nodes/intern/CMP_nodes/CMP_viewer.c b/source/blender/nodes/intern/CMP_nodes/CMP_viewer.c index 18b445c25fd..b3629eb1e16 100644 --- a/source/blender/nodes/intern/CMP_nodes/CMP_viewer.c +++ b/source/blender/nodes/intern/CMP_nodes/CMP_viewer.c @@ -27,6 +27,11 @@ * ***** END GPL LICENSE BLOCK ***** */ +/** \file blender/nodes/intern/CMP_nodes/CMP_viewer.c + * \ingroup cmpnodes + */ + + #include "../CMP_util.h" diff --git a/source/blender/nodes/intern/CMP_nodes/CMP_zcombine.c b/source/blender/nodes/intern/CMP_nodes/CMP_zcombine.c index 33e3bd94708..0fae0fcd4d5 100644 --- a/source/blender/nodes/intern/CMP_nodes/CMP_zcombine.c +++ b/source/blender/nodes/intern/CMP_nodes/CMP_zcombine.c @@ -27,6 +27,11 @@ * ***** END GPL LICENSE BLOCK ***** */ +/** \file blender/nodes/intern/CMP_nodes/CMP_zcombine.c + * \ingroup cmpnodes + */ + + #include "../CMP_util.h" -- cgit v1.2.3