@@ -123,11 +123,11 @@ + (void)terminate; /** * Terminates the current thread, letting it return the specified object. * - * \param The object which the terminated thread will return + * \param obj The object which the terminated thread will return */ + (void)terminateWithObject: (id)obj; /** * \param obj An object that is passed to the main method as a copy or nil