Documenting parameters to avoid warnings.

SVN revision: 70308
This commit is contained in:
Jonas M. Gastal 2012-04-18 13:36:42 +00:00
parent e75a38b325
commit 7588b0a54a
1 changed files with 2 additions and 0 deletions

View 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.