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:
Diffstat (limited to 'source/blender/blenlib/BLI_math_interp.h')
-rw-r--r--source/blender/blenlib/BLI_math_interp.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/blender/blenlib/BLI_math_interp.h b/source/blender/blenlib/BLI_math_interp.h
index 64a39ae2879..4421a4b1597 100644
--- a/source/blender/blenlib/BLI_math_interp.h
+++ b/source/blender/blenlib/BLI_math_interp.h
@@ -20,8 +20,7 @@
#ifndef __BLI_MATH_INTERP_H__
#define __BLI_MATH_INTERP_H__
-/** \file BLI_math_interp.h
- * \ingroup bli
+/** \file \ingroup bli
*/
void BLI_bicubic_interpolation_fl(const float *buffer, float *output, int width, int height,