File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,8 @@ class MONGOCXX_API client_encryption {
44
44
// / @param opts
45
45
// / An object representing encryption options.
46
46
// /
47
- // / @see https://www.mongodb.com/docs/ecosystem/use-cases/client-side-field-level-encryption-guide
47
+ // / @see
48
+ // / https://www.mongodb.com/docs/ecosystem/use-cases/client-side-field-level-encryption-guide
48
49
// /
49
50
client_encryption (options::client_encryption opts);
50
51
Original file line number Diff line number Diff line change @@ -35,7 +35,8 @@ class client;
35
35
// / Note that client_session is not thread-safe. See
36
36
// / https://mongodb.github.io/mongo-cxx-driver/mongocxx-v3/thread-safety/ for more details.
37
37
// /
38
- // / @see https://www.mongodb.com/docs/manual/core/read-isolation-consistency-recency/#causal-consistency
38
+ // / @see
39
+ // / https://www.mongodb.com/docs/manual/core/read-isolation-consistency-recency/#causal-consistency
39
40
// /
40
41
class MONGOCXX_API client_session {
41
42
public:
Original file line number Diff line number Diff line change @@ -86,7 +86,8 @@ class MONGOCXX_API data_key {
86
86
// / @return
87
87
// / A reference to this object.
88
88
// /
89
- // / @see https://www.mongodb.com/docs/manual/core/security-client-side-encryption-key-management/
89
+ // / @see
90
+ // / https://www.mongodb.com/docs/manual/core/security-client-side-encryption-key-management/
90
91
// /
91
92
data_key& master_key (bsoncxx::document::view_or_value master_key);
92
93
You can’t perform that action at this time.
0 commit comments