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/intern/bitmap_draw_2d.c')
-rw-r--r--source/blender/blenlib/intern/bitmap_draw_2d.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/source/blender/blenlib/intern/bitmap_draw_2d.c b/source/blender/blenlib/intern/bitmap_draw_2d.c
index 4028b1f7db1..aa2e93d06a1 100644
--- a/source/blender/blenlib/intern/bitmap_draw_2d.c
+++ b/source/blender/blenlib/intern/bitmap_draw_2d.c
@@ -20,7 +20,8 @@
*
* */
-/** \file \ingroup bli
+/** \file
+ * \ingroup bli
*
* Utility functions for primitive drawing operations.
*/
@@ -164,7 +165,7 @@ static float inv_slope(const int a[2], const int b[2])
/**
* <pre>
* *---*
- * \ /
+ * \ /
* *
* </pre>
*/