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/avi/AVI_avi.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/avi') diff --git a/source/blender/avi/AVI_avi.h b/source/blender/avi/AVI_avi.h index 00c6863f75c..a579bf7dfec 100644 --- a/source/blender/avi/AVI_avi.h +++ b/source/blender/avi/AVI_avi.h @@ -249,7 +249,7 @@ AviError AVI_open_compress (char *name, AviMovie *movie, int streams, ...); AviError AVI_close_compress (AviMovie *movie); /** - * Choose a compression option for . Possible options are + * Choose a compression option for \. Possible options are * AVI_OPTION_TYPE_MAIN, AVI_OPTION_TYPE_STRH, AVI_OPTION_TYPE_STRF */ AviError AVI_set_compress_option (AviMovie *movie, @@ -272,7 +272,7 @@ AviError AVI_set_compress_option (AviMovie *movie, #define AVI_OPTION_TYPE_STRF 2 /** - * Direct the streams to . Redirect + * Direct the streams \ to \. Redirect \ * streams. */ int AVI_get_stream (AviMovie *movie, int avist_type, int stream_num); -- cgit v1.2.3