From e78f7f5a3e10d96bbaae2d535e926647ac31d8ed Mon Sep 17 00:00:00 2001 From: Frank Celler Date: Fri, 10 Aug 2012 15:30:31 +0200 Subject: [PATCH] fixed doc --- lib/V8/v8-utils.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/V8/v8-utils.cpp b/lib/V8/v8-utils.cpp index b270ff036a..d56d603383 100644 --- a/lib/V8/v8-utils.cpp +++ b/lib/V8/v8-utils.cpp @@ -1106,9 +1106,9 @@ static v8::Handle JS_Time (v8::Arguments const& argv) { //////////////////////////////////////////////////////////////////////////////// /// @brief returns the current time /// -/// @FUN{internal.wait()} +/// @FUN{internal.wait(@FA{seconds>}} /// -/// Wait for , call the garbage collection. +/// Wait for @FA{seconds}, call the garbage collection. //////////////////////////////////////////////////////////////////////////////// static v8::Handle JS_Wait (v8::Arguments const& argv) {