From 39bcf61b32018e60c7d758e0be5f46e6c20eed4a Mon Sep 17 00:00:00 2001 From: gastal Date: Wed, 18 Apr 2012 13:36:42 +0000 Subject: [PATCH] Documenting parameters to avoid warnings. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@70308 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/Eet.h | 2 ++ 1 file changed, 2 insertions(+) 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. -- 2.7.4