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:
authorNathan Letwory <nathan@letworyinteractive.com>2011-02-17 23:48:12 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2011-02-17 23:48:12 +0300
commit22dbae84e5ed0fa836f5f84faaeb51a7ec585c64 (patch)
tree14e0f62668c233eca4819ccd746e8d393f702ebf /source/blender/makesdna/DNA_packedFile_types.h
parent8bd04b4c6dae4dad2fa8142004860db564597ab2 (diff)
DNA header files are now grouped under the same module. No further documentation done.
Diffstat (limited to 'source/blender/makesdna/DNA_packedFile_types.h')
-rw-r--r--source/blender/makesdna/DNA_packedFile_types.h11
1 files changed, 7 insertions, 4 deletions
diff --git a/source/blender/makesdna/DNA_packedFile_types.h b/source/blender/makesdna/DNA_packedFile_types.h
index 73f55ca186c..de7218ec704 100644
--- a/source/blender/makesdna/DNA_packedFile_types.h
+++ b/source/blender/makesdna/DNA_packedFile_types.h
@@ -1,7 +1,4 @@
-/* DNA_packedFile_types.h
- *
- * 12-oct-2000 nzc
- *
+/*
* $Id$
*
* ***** BEGIN GPL LICENSE BLOCK *****
@@ -33,6 +30,12 @@
#ifndef DNA_PACKEDFILE_TYPES_H
#define DNA_PACKEDFILE_TYPES_H
+/** \file DNA_packedFile_types.h
+ * \ingroup DNA
+ * \author nzc
+ * \since 12-oct-2000 nzc
+ */
+
typedef struct PackedFile {
int size;
int seek;