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:
authorCasey Corn <cmccad@yahoo.com>2003-05-25 00:49:29 +0400
committerCasey Corn <cmccad@yahoo.com>2003-05-25 00:49:29 +0400
commit6e6a73f38e39c84f4a2da983169957437bbe11a5 (patch)
tree9cbf777a5828de7dbb70a6b8375bab1373ccb392 /source/blender/imbuf/IMB_imbuf.h
parent2d6b135345d2174aee367784d16e68e20a45271e (diff)
Modified existing docs to integrate with new docs.
Diffstat (limited to 'source/blender/imbuf/IMB_imbuf.h')
-rw-r--r--source/blender/imbuf/IMB_imbuf.h23
1 files changed, 21 insertions, 2 deletions
diff --git a/source/blender/imbuf/IMB_imbuf.h b/source/blender/imbuf/IMB_imbuf.h
index 461f68423c5..059e7353c3f 100644
--- a/source/blender/imbuf/IMB_imbuf.h
+++ b/source/blender/imbuf/IMB_imbuf.h
@@ -1,5 +1,14 @@
/**
- * @mainpage IMB - Imbuf module external interface
+ * @file IMB_imbuf.h
+ * @brief IMage Buffer module.
+ *
+ * This module offers import/export of several graphical file formats.
+ * \ref IMB
+ * @ingroup imbuf
+ * @ingroup undoc
+ *
+ * @page IMB - Imbuf module external interface
+ *
*
* @section about About the IMB module
*
@@ -62,7 +71,8 @@
* - jpeg_set_quality
* - jpeg_destroy_compress
* Additionally, it needs the types from the jpeg lib.
- *
+ */
+/*
* $Id$
*
* ***** BEGIN GPL/BL DUAL LICENSE BLOCK *****
@@ -96,7 +106,16 @@
#ifndef IMB_IMBUF_H
#define IMB_IMBUF_H
+/**
+ *
+ * @attention defined in ???
+ */
struct ImBuf;
+
+/**
+ *
+ * @attention defined in ???
+ */
struct anim;
/**