From 5d30c23c35aafba3a9bc772b4e66dd70b1ed84de Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 20 May 2015 12:54:45 +1000 Subject: doxygen: corrections/updates Also add depsgraph & physics --- source/blender/avi/AVI_avi.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'source/blender/avi/AVI_avi.h') diff --git a/source/blender/avi/AVI_avi.h b/source/blender/avi/AVI_avi.h index 44ffaad1f48..5e9fe378c38 100644 --- a/source/blender/avi/AVI_avi.h +++ b/source/blender/avi/AVI_avi.h @@ -28,18 +28,17 @@ /** \file AVI_avi.h * \ingroup avi - * \section aviabout AVI module external interface * - * \subsection about About the AVI module + * \section avi_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 + * \subsection avi_issues Known issues with AVI * - * - avi uses mallocN, freeN from blenlib. + * - avi uses #MEM_mallocN, #MEM_freeN from blenlib. * - Not all functions that are used externally are properly * prototyped. * -- cgit v1.2.3