From: Padraig O'Sullivan Date: Mon, 27 Jul 2009 02:39:31 +0000 (-0400) Subject: Forgot to add doxygen comments for one function. X-Git-Tag: 0.32~6^2~1 X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=b84cb2830a97329131176c0b4ee9e506561ba311;p=awesomized%2Flibmemcached Forgot to add doxygen comments for one function. --- diff --git a/libmemcached/memcached.hpp b/libmemcached/memcached.hpp index 97c18d34..c21651bf 100644 --- a/libmemcached/memcached.hpp +++ b/libmemcached/memcached.hpp @@ -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)