From 698a1b01801ddf150d9f8793faa8548877f5f7f5 Mon Sep 17 00:00:00 2001 From: Michael Penick Date: Thu, 11 Mar 2021 11:59:17 -0500 Subject: [PATCH] Fix coordinator node API docs (#499) --- include/cassandra.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/cassandra.h b/include/cassandra.h index d0262463a..9168b4f74 100644 --- a/include/cassandra.h +++ b/include/cassandra.h @@ -5014,6 +5014,8 @@ cass_future_custom_payload_item(CassFuture* future, * Gets the node that acted as coordinator for this query. If the future is not * ready this method will wait for the future to be set. * + * @public @memberof CassFuture + * * @param future * @return The coordinator node that handled the query. The lifetime of this * object is the same as the result object it came from. NULL can be returned @@ -5423,6 +5425,8 @@ cass_statement_set_host_inet(CassStatement* statement, * be used to re-query the same coordinator when used with the result of * `cass_future_coordinator()` * + * @public @memberof CassStatement + * * @param statement * @param address * @return CASS_OK if successful, otherwise an error occurred.