/**
- * @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
*
* - jpeg_set_quality
* - jpeg_destroy_compress
* Additionally, it needs the types from the jpeg lib.
- *
+ */
+/*
* $Id$
*
* ***** BEGIN GPL/BL DUAL LICENSE BLOCK *****
#ifndef IMB_IMBUF_H
#define IMB_IMBUF_H
+/**
+ *
+ * @attention defined in ???
+ */
struct ImBuf;
+
+/**
+ *
+ * @attention defined in ???
+ */
struct anim;
/**