From 212d67734ceaae4e99c0325d7300f4b7cec18b36 Mon Sep 17 00:00:00 2001 From: Nathan Letwory Date: Mon, 21 Feb 2011 09:23:34 +0000 Subject: doxygen: add guardedalloc and AVI --- source/blender/avi/AVI_avi.h | 46 ++++++++++++++++++++++++-------------------- 1 file changed, 25 insertions(+), 21 deletions(-) (limited to 'source/blender/avi') diff --git a/source/blender/avi/AVI_avi.h b/source/blender/avi/AVI_avi.h index 90fa7705598..85685e2bd4c 100644 --- a/source/blender/avi/AVI_avi.h +++ b/source/blender/avi/AVI_avi.h @@ -1,24 +1,4 @@ -/** - * @mainpage AVI - AVI module external interface - * - * @section about About the AVI module - * - * This is external code. It provides avi file import/export and - * conversions. It has been adapted to make use of Blender memory - * management functions, and because of this it needs module - * blenlib. You need to provide this lib when linking with libavi.a . - * - * @section issues Known issues with AVI - * - * - avi uses mallocN, freeN from blenlib. - * - Not all functions that are used externally are properly - * prototyped. - * - * This header has not been split, since it interleaves type defines - * and functions. You would need the types to be able to include the - * function headers anyway. And, after all, it is someone else's - * code. So we keep it like this. - * +/* * $Id$ * * ***** BEGIN GPL LICENSE BLOCK ***** @@ -48,6 +28,30 @@ * */ +/** \file AVI_avi.h + * \ingroup avi + * \section aviabout AVI module external interface + * + * \subsection about About the AVI module + * + * This is external code. It provides avi file import/export and + * conversions. It has been adapted to make use of Blender memory + * management functions, and because of this it needs module + * blenlib. You need to provide this lib when linking with libavi.a . + * + * \subsection issues Known issues with AVI + * + * - avi uses mallocN, freeN from blenlib. + * - Not all functions that are used externally are properly + * prototyped. + * + * This header has not been split, since it interleaves type defines + * and functions. You would need the types to be able to include the + * function headers anyway. And, after all, it is someone else's + * code. So we keep it like this. + * + */ + #ifndef __AVI_H__ #define __AVI_H__ -- cgit v1.2.3