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.