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/blenlib/intern/md5.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source/blender/blenlib/intern/md5.c') diff --git a/source/blender/blenlib/intern/md5.c b/source/blender/blenlib/intern/md5.c index 25582a5f750..a521d0e523b 100644 --- a/source/blender/blenlib/intern/md5.c +++ b/source/blender/blenlib/intern/md5.c @@ -1,6 +1,7 @@ -/** \file blender/imbuf/intern/md5.c +/** \file blender/blenlib/intern/md5.c * \ingroup imbuf */ + /* md5.c - Functions to compute MD5 message digest of files or memory blocks according to the definition of MD5 in RFC 1321 from April 1992. Copyright (C) 1995 Software Foundation, Inc. -- cgit v1.2.3