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_readfile.h')
-rw-r--r--source/blender/blenloader/BLO_readfile.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/blender/blenloader/BLO_readfile.h b/source/blender/blenloader/BLO_readfile.h
index 307c09f8ff5..c2ac2df1f84 100644
--- a/source/blender/blenloader/BLO_readfile.h
+++ b/source/blender/blenloader/BLO_readfile.h
@@ -82,18 +82,18 @@ typedef struct BlendFileData {
} BlendFileData;
struct BlendFileReadParams {
- uint skip_flags : 3; /* eBLOReadSkip */
+ uint skip_flags : 3; /* #eBLOReadSkip */
uint is_startup : 1;
/** Whether we are reading the memfile for an undo or a redo. */
- int undo_direction; /* eUndoStepDir */
+ int undo_direction; /* #eUndoStepDir */
};
typedef struct BlendFileReadReport {
/* General reports handling. */
struct ReportList *reports;
- /* Timing informations .*/
+ /* Timing information. */
struct {
double whole;
double libraries;
@@ -102,7 +102,7 @@ typedef struct BlendFileReadReport {
double lib_overrides_recursive_resync;
} duration;
- /* Count informations. */
+ /* Count information. */
struct {
/* Some numbers of IDs that ended up in a specific state, or required some specific process
* during this file read. */