Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2013-04-27 21:41:10 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-04-27 21:41:10 +0400
commit1fe4a273053abaa22a7d4b8af2475f1a05728b47 (patch)
treebb4656e352ef9f7e7de2e36041a9ecfda762197f /source/blender/blenlib/BLI_math_color_blend.h
parent6a04ff11afe5e59b29169e2466152028a9d8e904 (diff)
quiet warning, color blend c file was missing own include, also minor style tweaks.
Diffstat (limited to 'source/blender/blenlib/BLI_math_color_blend.h')
-rw-r--r--source/blender/blenlib/BLI_math_color_blend.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenlib/BLI_math_color_blend.h b/source/blender/blenlib/BLI_math_color_blend.h
index a54bacf8714..8f3fc97d09d 100644
--- a/source/blender/blenlib/BLI_math_color_blend.h
+++ b/source/blender/blenlib/BLI_math_color_blend.h
@@ -26,7 +26,7 @@
#ifndef __BLI_MATH_COLOR_BLEND_H__
#define __BLI_MATH_COLOR_BLEND_H__
-/** \file BLI_math_color.h
+/** \file BLI_math_color_blend.h
* \ingroup bli
*/