(svn r23363) -Documentation: document a tiny bit better what is in variables

This commit is contained in:
truebrain
2011-11-29 23:21:59 +00:00
parent e37149a1de
commit c38c16773c
3 changed files with 5 additions and 5 deletions

View File

@@ -31,7 +31,7 @@ public:
/**
* Initialize the script and prepare it for its first run.
* @param main_script The name of the script to load.
* @param main_script The full path of the script to load.
* @param instance_name The name of the instance out of the script to load.
*/
void Initialize(const char *main_script, const char *instance_name);