Skip to content

fix linter errors #1008

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion src/mongocxx/client_encryption.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ class MONGOCXX_API client_encryption {
/// @param opts
/// An object representing encryption options.
///
/// @see https://www.mongodb.com/docs/ecosystem/use-cases/client-side-field-level-encryption-guide
/// @see
/// https://www.mongodb.com/docs/ecosystem/use-cases/client-side-field-level-encryption-guide
///
client_encryption(options::client_encryption opts);

Expand Down
3 changes: 2 additions & 1 deletion src/mongocxx/client_session.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ class client;
/// Note that client_session is not thread-safe. See
/// https://mongodb.github.io/mongo-cxx-driver/mongocxx-v3/thread-safety/ for more details.
///
/// @see https://www.mongodb.com/docs/manual/core/read-isolation-consistency-recency/#causal-consistency
/// @see
/// https://www.mongodb.com/docs/manual/core/read-isolation-consistency-recency/#causal-consistency
///
class MONGOCXX_API client_session {
public:
Expand Down
3 changes: 2 additions & 1 deletion src/mongocxx/options/data_key.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@ class MONGOCXX_API data_key {
/// @return
/// A reference to this object.
///
/// @see https://www.mongodb.com/docs/manual/core/security-client-side-encryption-key-management/
/// @see
/// https://www.mongodb.com/docs/manual/core/security-client-side-encryption-key-management/
///
data_key& master_key(bsoncxx::document::view_or_value master_key);

Expand Down