From ca7d1ec39d5ee52c5a12cb40344adfe227ea6dcf Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 13 Aug 2012 15:17:15 +0000 Subject: style cleanup: use
 for doxygen ascii art

---
 source/blender/windowmanager/WM_types.h | 14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)

(limited to 'source/blender/windowmanager/WM_types.h')

diff --git a/source/blender/windowmanager/WM_types.h b/source/blender/windowmanager/WM_types.h
index 91f93828235..5f4d3f6194a 100644
--- a/source/blender/windowmanager/WM_types.h
+++ b/source/blender/windowmanager/WM_types.h
@@ -31,10 +31,11 @@
 #ifndef __WM_TYPES_H__
 #define __WM_TYPES_H__
 
-/*
+/**
  * Overview of WM structs
  * ======================
  *
+ * 
  * > wmWindowManager    (window manager stores a list of windows)
  * > > wmWindow         (window has an active screen)
  * > > > bScreen        (link to ScrAreas via 'areabase')
@@ -42,11 +43,12 @@
  * > > > > > SpaceLink  (base struct for space data for all different space types)
  * > > > > ScrArea      (stores multiple regions via 'regionbase')
  * > > > > > ARegion
- *
+ * 
* * Window Layout * ============= * + *
  * wmWindow -> bScreen
  * +----------------------------------------------------------+
  * |+-----------------------------------------+-------------+ |
@@ -66,11 +68,12 @@
  * ||+-------++----------+-------------------+|             | |
  * |+-----------------------------------------+-------------+ |
  * +----------------------------------------------------------+
- *
+ * 
* * Space Data * ========== * + *
  * ScrArea's store a list of space data (SpaceLinks), each of unique type.
  * The first one is the displayed in the UI, others are added as needed.
  *
@@ -88,14 +91,15 @@
  *    +-----------------------------+   |
  *       |                              |
  *       +------------------------------+
+ * 
* * A common way to get the space from the ScrArea: - * + *
  *     if (sa->spacetype == SPACE_VIEW3D) {
  *         View3D *v3d = sa->spacedata.first;
  *         ...
  *     }
- *
+ * 
*/ #ifdef __cplusplus -- cgit v1.2.3