Forgot to add doxygen comments for one function.
authorPadraig O'Sullivan <osullivan.padraig@gmail.com>
Mon, 27 Jul 2009 02:39:31 +0000 (22:39 -0400)
committerPadraig O'Sullivan <osullivan.padraig@gmail.com>
Mon, 27 Jul 2009 02:39:31 +0000 (22:39 -0400)
libmemcached/memcached.hpp

index 97c18d346f65ad7c3151512511c902b72f4313cf..c21651bf3007abb6173a28a97c7e0c7a02666caa 100644 (file)
@@ -755,6 +755,16 @@ public:
     return (rc == MEMCACHED_SUCCESS);
   }
 
+  /**
+   * Callback function for result sets. It passes the result
+   * sets to the list of functions provided.
+   *
+   * @param[in] callback list of callback functions
+   * @param[in] context pointer to memory reference that is
+   *                    supplied to the calling function
+   * @param[in] num_of_callbacks number of callback functions
+   * @return true on success; false otherwise
+   */
   bool fetchExecute(memcached_execute_function *callback,
                     void *context,
                     unsigned int num_of_callbacks)