summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas M. Gastal <jgastal@profusion.mobi>2012-04-18 13:36:42 +0000
committerJonas M. Gastal <jgastal@profusion.mobi>2012-04-18 13:36:42 +0000
commit068ef2b95e6fc920f772d2e0edda172dcb9ddbb0 (patch)
treebddb6d6e1bce9684ec22d5d2dc62259c310451d8
parentdc6bfd2495a8304ce7d1498f1e027e8b0b8e5543 (diff)
downloadeet-068ef2b95e6fc920f772d2e0edda172dcb9ddbb0.tar.gz
Documenting parameters to avoid warnings.
SVN revision: 70308
-rw-r--r--src/lib/Eet.h2
1 files changed, 2 insertions, 0 deletions
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.