Commit: 927306d60a211a5ec64032b971f61d406c909d6a Author: Campbell Barton Date: Mon Mar 16 11:46:20 2015 +1100 Branches: master https://developer.blender.org/rB927306d60a211a5ec64032b971f61d406c909d6a
Cleanup =================================================================== M source/blender/gpu/GPU_select.h M source/blender/gpu/intern/gpu_debug.c M source/blender/gpu/intern/gpu_private.h =================================================================== diff --git a/source/blender/gpu/GPU_select.h b/source/blender/gpu/GPU_select.h index 1a274e0..09137fc 100644 --- a/source/blender/gpu/GPU_select.h +++ b/source/blender/gpu/GPU_select.h @@ -27,8 +27,8 @@ * \ingroup gpu */ -#ifndef __GPU_SELECT__ -#define __GPU_SELECT__ +#ifndef __GPU_SELECT_H__ +#define __GPU_SELECT_H__ #include "DNA_vec_types.h" /* rcft */ #include "BLI_sys_types.h" diff --git a/source/blender/gpu/intern/gpu_debug.c b/source/blender/gpu/intern/gpu_debug.c index 21257a9..627aa41 100644 --- a/source/blender/gpu/intern/gpu_debug.c +++ b/source/blender/gpu/intern/gpu_debug.c @@ -25,7 +25,7 @@ * ***** END GPL LICENSE BLOCK ***** */ -/** \file source/blender/gpu/GPU_debug.h +/** \file source/blender/gpu/intern/gpu_debug.c * \ingroup gpu */ diff --git a/source/blender/gpu/intern/gpu_private.h b/source/blender/gpu/intern/gpu_private.h index 11bc2bd..188a2d1 100644 --- a/source/blender/gpu/intern/gpu_private.h +++ b/source/blender/gpu/intern/gpu_private.h @@ -18,7 +18,7 @@ * ***** END GPL LICENSE BLOCK ***** */ -/** \file gpu_extensions_private.h +/** \file gpu_private.h * \ingroup gpu */ _______________________________________________ Bf-blender-cvs mailing list [email protected] http://lists.blender.org/mailman/listinfo/bf-blender-cvs
