Documenting parameters to avoid warnings.
authorgastal <gastal>
Wed, 18 Apr 2012 13:36:42 +0000 (13:36 +0000)
committergastal <gastal@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 18 Apr 2012 13:36:42 +0000 (13:36 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@70308 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/Eet.h

index 96c8939..6207294 100644 (file)
@@ -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.