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>2018-06-03 18:06:13 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-06-03 18:06:13 +0300
commit38eb91c848a967ae890d8ca5d7e3de1d48df8db2 (patch)
tree2bbf614a9834dc020e6eb14723871b995899ef5b /source/blender/makesdna/DNA_space_types.h
parent335b193336a2ca80ab7e5a61fdd7ee092a406d61 (diff)
Cleanup: correct variable name, doxy sections
Diffstat (limited to 'source/blender/makesdna/DNA_space_types.h')
-rw-r--r--source/blender/makesdna/DNA_space_types.h11
1 files changed, 9 insertions, 2 deletions
diff --git a/source/blender/makesdna/DNA_space_types.h b/source/blender/makesdna/DNA_space_types.h
index 00575532d38..76ec6569b82 100644
--- a/source/blender/makesdna/DNA_space_types.h
+++ b/source/blender/makesdna/DNA_space_types.h
@@ -84,6 +84,8 @@ typedef struct SpaceLink {
char _pad0[6];
} SpaceLink;
+/** \} */
+
/* -------------------------------------------------------------------- */
/** \name Space Info
* \{ */
@@ -1428,7 +1430,11 @@ typedef enum eSpaceClip_GPencil_Source {
SC_GPENCIL_SRC_TRACK = 1,
} eSpaceClip_GPencil_Source;
-/* **************** SPACE DEFINES ********************* */
+/** \} */
+
+/* -------------------------------------------------------------------- */
+/** \name Space Defines (eSpace_Type)
+ * \{ */
/* space types, moved from DNA_screen_types.h */
/* Do NOT change order, append on end. types are hardcoded needed */
@@ -1464,7 +1470,8 @@ typedef enum eSpace_Type {
/* use for function args */
#define SPACE_TYPE_ANY -1
-
#define IMG_SIZE_FALLBACK 256
+/** \} */
+
#endif /* __DNA_SPACE_TYPES_H__ */