Merge pull request #1183 from MusicMonkey5555/documentation

Documentation
This commit is contained in:
Daniel Buckmaster 2015-02-14 19:52:37 +11:00
commit 486a12cb96
12 changed files with 430 additions and 219 deletions

View file

@ -511,7 +511,7 @@ DefineEngineFunction(fileSize, S32, ( const char* fileName ),,
"@brief Determines the size of a file on disk\n\n"
"@param fileName Name and path of the file to check\n"
"@return Returns filesize in KB, or -1 if no file\n"
"@return Returns filesize in bytes, or -1 if no file\n"
"@ingroup FileSystem")
{