Skip to content

Commit 5faaeb9

Browse files
authored
Merge pull request #442 from AlexisWilke/master
Fixed the location of the '[in]' information for Doxygen.
2 parents a748e9f + 9ca6628 commit 5faaeb9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/cassandra.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2014,8 +2014,8 @@ cass_cluster_set_tracing_retry_wait_time(CassCluster* cluster,
20142014
*
20152015
* <b>Default:</b> CASS_CONSISTENCY_ONE
20162016
*
2017-
* @param cluster[in]
2018-
* @param consistency[in]
2017+
* @param[in] cluster
2018+
* @param[in] consistency
20192019
*/
20202020
CASS_EXPORT void
20212021
cass_cluster_set_tracing_consistency(CassCluster* cluster,

0 commit comments

Comments
 (0)