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_jitter_2d.h')
-rw-r--r--source/blender/blenlib/BLI_jitter_2d.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/blenlib/BLI_jitter_2d.h b/source/blender/blenlib/BLI_jitter_2d.h
index 7d33ee64a27..bc9798c6cda 100644
--- a/source/blender/blenlib/BLI_jitter_2d.h
+++ b/source/blender/blenlib/BLI_jitter_2d.h
@@ -20,7 +20,8 @@
#ifndef __BLI_JITTER_2D_H__
#define __BLI_JITTER_2D_H__
-/** \file \ingroup bli
+/** \file
+ * \ingroup bli
*/
void BLI_jitter_init(float (*jitarr)[2], int num);