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/blenloader/BLO_blend_validate.h')
-rw-r--r--source/blender/blenloader/BLO_blend_validate.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/source/blender/blenloader/BLO_blend_validate.h b/source/blender/blenloader/BLO_blend_validate.h
index a36d23c52d8..c0c2ceabb7f 100644
--- a/source/blender/blenloader/BLO_blend_validate.h
+++ b/source/blender/blenloader/BLO_blend_validate.h
@@ -20,8 +20,9 @@
#ifndef __BLO_BLEND_VALIDATE_H__
#define __BLO_BLEND_VALIDATE_H__
-/** \file \ingroup blenloader
- * \brief Utils ensuring .blend file (i.e. Main) is in valid state during write and/or read process.
+/** \file
+ * \ingroup blenloader
+ * \brief Utils ensuring .blend file (i.e. Main) is in valid state during write and/or read process.
*/
struct Main;