From 62df6577665057121cfab0e9ff3b0fdecb78976c Mon Sep 17 00:00:00 2001 From: Padraig O'Sullivan Date: Sun, 26 Jul 2009 20:05:32 -0400 Subject: [PATCH] Adding some doxygen comments to the C++ api. --- libmemcached/memcached.hpp | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/libmemcached/memcached.hpp b/libmemcached/memcached.hpp index 3b403042..dd7d9ff5 100644 --- a/libmemcached/memcached.hpp +++ b/libmemcached/memcached.hpp @@ -505,6 +505,13 @@ public: return (rc == MEMCACHED_SUCCESS); } + /** + * Wipe the contents of memcached servers. + * + * @param[in] expiration time to wait until wiping contents of + * memcached servers + * @return true on success; false otherwise + */ bool flush(time_t expiration) { memcached_return rc= memcached_flush(&memc, expiration); -- 2.30.2