From 6e6a73f38e39c84f4a2da983169957437bbe11a5 Mon Sep 17 00:00:00 2001 From: Casey Corn Date: Sat, 24 May 2003 20:49:29 +0000 Subject: Modified existing docs to integrate with new docs. --- source/blender/imbuf/IMB_imbuf.h | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) (limited to 'source/blender/imbuf/IMB_imbuf.h') 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; /** -- cgit v1.2.3