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

@ -141,6 +141,7 @@ DefineConsoleFunction( shellExecute, bool, (const char * executable, const char
"@param executable Name of the executable or batch file\n"
"@param args Optional list of arguments, in string format, to pass to the executable\n"
"@param directory Optional string containing path to output or shell\n"
"@return true if executed, false if not\n"
"@ingroup Platform")
{
ExecuteThread *et = new ExecuteThread( executable, args, directory );