Skip to content

Commit cad4643

Browse files
authored
CPP-573 - docs: Fixing broken links and warnings (#257)
1 parent 3870627 commit cad4643

4 files changed

Lines changed: 11 additions & 3 deletions

File tree

cpp-driver/docs.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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/
5556
rules:
5657
use_path_nav_files_only: true
5758

cpp-driver/include/cassandra.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

docs.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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
6976
links:
7077
- title: Releases
7178
href: http://downloads.datastax.com/cpp-driver

include/dse.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
*/
481481
CASS_EXPORT void
482482
cass_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

500500
CASS_EXPORT void

0 commit comments

Comments
 (0)