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/makesdna
parent39945fedf32fccf4dae5f83ed08ed34aa799d919 (diff)
style cleanup: use <pre> for doxygen ascii art
Diffstat (limited to 'source/blender/makesdna')
-rw-r--r--source/blender/makesdna/DNA_object_types.h12
1 files changed, 7 insertions, 5 deletions
diff --git a/source/blender/makesdna/DNA_object_types.h b/source/blender/makesdna/DNA_object_types.h
index 597103a78df..af44db3896a 100644
--- a/source/blender/makesdna/DNA_object_types.h
+++ b/source/blender/makesdna/DNA_object_types.h
@@ -71,16 +71,17 @@ typedef struct bDeformGroup {
#define DG_LOCK_WEIGHT 1
/**
- * The following illustrates the orientation of the
+ * The following illustrates the orientation of the
* bounding box in local space
- *
- *
+ *
+ * <pre>
+ *
* Z Y
* | /
* |/
* .-----X
- *
- *
+ *
+ *
* 2----------6
* /| /|
* / | / |
@@ -90,6 +91,7 @@ typedef struct bDeformGroup {
* | / | /
* |/ |/
* 0----------4
+ * </pre>
*/
typedef struct BoundBox {
float vec[8][3];