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>2012-08-13 19:17:15 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-08-13 19:17:15 +0400
commitca7d1ec39d5ee52c5a12cb40344adfe227ea6dcf (patch)
tree682021f83357f581714397f8cd2feba8120a4555 /source/blender/render
parent39945fedf32fccf4dae5f83ed08ed34aa799d919 (diff)
style cleanup: use <pre> for doxygen ascii art
Diffstat (limited to 'source/blender/render')
-rw-r--r--source/blender/render/intern/source/pixelblending.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/render/intern/source/pixelblending.c b/source/blender/render/intern/source/pixelblending.c
index 2acf3a4bc77..74de8a1291f 100644
--- a/source/blender/render/intern/source/pixelblending.c
+++ b/source/blender/render/intern/source/pixelblending.c
@@ -233,6 +233,7 @@ void mask_array(unsigned int mask, float filt[][3])
/**
* Index ordering, scanline based:
*
+ * <pre>
* --- --- ---
* | 2,0 | 2,1 | 2,2 |
* --- --- ---
@@ -240,6 +241,7 @@ void mask_array(unsigned int mask, float filt[][3])
* --- --- ---
* | 0,0 | 0,1 | 0,2 |
* --- --- ---
+ * </pre>
*/
void add_filt_fmask_coord(float filt[][3], const float col[4], float *rowbuf, int row_w, int col_h, int x, int y)