File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -52,6 +52,7 @@ rewrites:
5252 - ^examples/(.*) : https://github.com/datastax/cpp-driver/blob/master/examples/\1
5353 - http://www.datastax.com/documentation/cql/3.1 : https://docs.datastax.com/en/archived/cql/3.1
5454 - http://www.datastax.com/documentation/cassandra/2. : https://docs.datastax.com/en/archived/cassandra/2.
55+ - http://downloads.datastax.com/cpp-driver : https://downloads.datastax.com/cpp-driver/
5556rules :
5657 use_path_nav_files_only : true
5758
Original file line number Diff line number Diff line change @@ -2747,7 +2747,7 @@ cass_cluster_set_no_compact(CassCluster* cluster,
27472747 * <b>Note:</b> The callback is invoked only when state changes in the cluster
27482748 * are applicable to the configured load balancing policy(s).
27492749 *
2750- * @public @memberor CassCluster
2750+ * @public @memberof CassCluster
27512751 *
27522752 * @param[in] cluster
27532753 * @param[in] callback
Original file line number Diff line number Diff line change @@ -66,6 +66,13 @@ rewrites:
6666 - ^/features/ : /dse_features/
6767 - http://www.datastax.com/documentation/cql/3.1 : https://docs.datastax.com/en/archived/cql/3.1
6868 - http://www.datastax.com/documentation/cassandra/2. : https://docs.datastax.com/en/archived/cassandra/2.
69+ - http://downloads.datastax.com/cpp-driver : https://downloads.datastax.com/cpp-driver/
70+ - search : /features/authentication
71+ replace : /dse_features/authentication
72+ - search : /features/geotypes
73+ replace : /dse_features/geotypes
74+ - search : /features/graph
75+ replace : /dse_features/graph
6976links :
7077 - title : Releases
7178 href : http://downloads.datastax.com/cpp-driver
Original file line number Diff line number Diff line change @@ -476,7 +476,7 @@ cass_cluster_set_application_name(CassCluster* cluster,
476476 *
477477 * @param[in] cluster
478478 * @param[in] application_name
479- * @param[in] application_length
479+ * @param[in] application_name_length
480480 */
481481CASS_EXPORT void
482482cass_cluster_set_application_name_n (CassCluster * cluster ,
@@ -494,7 +494,7 @@ cass_cluster_set_application_name_n(CassCluster* cluster,
494494 * @public @memberof CassCluster
495495 *
496496 * @param[in] cluster
497- * @param[in] application_name_version
497+ * @param[in] application_version
498498 */
499499
500500CASS_EXPORT void
You can’t perform that action at this time.
0 commit comments