From: gastal Date: Wed, 18 Apr 2012 13:36:42 +0000 (+0000) Subject: Documenting parameters to avoid warnings. X-Git-Tag: submit/2.0alpha-wayland/20121127.222001~65 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=149020ed613ac64944c2a5065ee9e7fb9bfe7cf2;p=profile%2Fivi%2Feet.git Documenting parameters to avoid warnings. git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@70308 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/Eet.h b/src/lib/Eet.h index 96c8939..6207294 100644 --- a/src/lib/Eet.h +++ b/src/lib/Eet.h @@ -556,6 +556,8 @@ eet_open(const char *file, * so you must keep it around as long as the eet file is open. There is * currently no cache for this kind of Eet_File, so it's reopened every time * you use eet_memopen_read. + * @param data Address of file in memory. + * @param size Size of memory to be read. * @return A handle to the file. * * Files opened this way will always be in read-only mode.