Skip to content

Commit 9ca6628

Browse files
committed
Fixed the location of the '[in]' information for Doxygen.
1 parent a748e9f commit 9ca6628

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)