1
0
Fork 0

fixed doc

This commit is contained in:
Frank Celler 2012-08-10 15:30:31 +02:00
parent 8970ff1558
commit e78f7f5a3e
1 changed files with 2 additions and 2 deletions

View File

@ -1106,9 +1106,9 @@ static v8::Handle<v8::Value> JS_Time (v8::Arguments const& argv) {
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
/// @brief returns the current time /// @brief returns the current time
/// ///
/// @FUN{internal.wait(<seconds>)} /// @FUN{internal.wait(@FA{seconds>}}
/// ///
/// Wait for <seconds>, call the garbage collection. /// Wait for @FA{seconds}, call the garbage collection.
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
static v8::Handle<v8::Value> JS_Wait (v8::Arguments const& argv) { static v8::Handle<v8::Value> JS_Wait (v8::Arguments const& argv) {