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/makesdna/DNA_meshdata_types.h')
-rw-r--r--source/blender/makesdna/DNA_meshdata_types.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/makesdna/DNA_meshdata_types.h b/source/blender/makesdna/DNA_meshdata_types.h
index 9ed879d10c5..5f86ee562f9 100644
--- a/source/blender/makesdna/DNA_meshdata_types.h
+++ b/source/blender/makesdna/DNA_meshdata_types.h
@@ -277,7 +277,7 @@ typedef struct MDisps {
unsigned int *hidden;
} MDisps;
-/** Multires structs kept for compatibility with old files **/
+/** Multires structs kept for compatibility with old files. */
typedef struct MultiresCol {
float a, r, g, b;
} MultiresCol;
@@ -326,7 +326,7 @@ typedef struct Multires {
char *edge_creases;
} Multires;
-/** End Multires **/
+/* End Multires */
typedef struct MRecast {
int i;