From 7588b0a54aaa2f07b4a4fb0162bbf49583a5f609 Mon Sep 17 00:00:00 2001 From: "Jonas M. Gastal" Date: Wed, 18 Apr 2012 13:36:42 +0000 Subject: [PATCH] Documenting parameters to avoid warnings. SVN revision: 70308 --- legacy/eet/src/lib/Eet.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/legacy/eet/src/lib/Eet.h b/legacy/eet/src/lib/Eet.h index 96c8939828..6207294aae 100644 --- a/legacy/eet/src/lib/Eet.h +++ b/legacy/eet/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.