From d2cab3e8b002ab5c8843190f736c883f35cd6452 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 27 Feb 2012 20:27:19 +0000 Subject: move bmesh wiki docs into bmesh header and update doxygen. also have doxygen ignore *.py files and fix some warnings. --- source/blender/blenloader/intern/writefile.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source/blender/blenloader') diff --git a/source/blender/blenloader/intern/writefile.c b/source/blender/blenloader/intern/writefile.c index d6beab4de21..d5ed3096c79 100644 --- a/source/blender/blenloader/intern/writefile.c +++ b/source/blender/blenloader/intern/writefile.c @@ -285,7 +285,8 @@ static void mywrite( WriteData *wd, void *adr, int len) /** * BeGiN initializer for mywrite * @param file File descriptor - * @param write_flags Write parameters + * @param compare Previous memory file (can be NULL). + * @param current The current memory file (can be NULL). * @warning Talks to other functions with global parameters */ static WriteData *bgnwrite(int file, MemFile *compare, MemFile *current) -- cgit v1.2.3