Skip to content

Commit cd536b3

Browse files
authored
doxygen: address unresolved reference warnings in range.hpp (#1231)
1 parent 3d640cc commit cd536b3

File tree

1 file changed

+4
-4
lines changed
  • src/mongocxx/include/mongocxx/v_noabi/mongocxx/options

1 file changed

+4
-4
lines changed

src/mongocxx/include/mongocxx/v_noabi/mongocxx/options/range.hpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ namespace options {
3333
/// @brief `RangeOpts` specifies index options for a Queryable Encryption field supporting
3434
/// "range" queries.
3535
///
36-
/// @note @ref min, @ref max, @ref trimFactor, @ref sparsity, and @ref precision must match the
37-
/// values set in the encryptedFields of the destination collection.
36+
/// @note `min`, `max`, `trimFactor`, `sparsity`, and `precision` must match the values set in the
37+
/// encryptedFields of the destination collection.
3838
///
39-
/// @note For double and decimal128, @ref min, @ref max, and @ref precision must all be set, or all
40-
/// be unset.
39+
/// @note For double and decimal128, `min`, `max`, and `precision` must all be set, or all be
40+
/// unset.
4141
///
4242
class range {
4343
public:

0 commit comments

Comments
 (0)