We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 695c160 commit a14a3f6Copy full SHA for a14a3f6
src/mongocxx/include/mongocxx/v1/count_options.hpp
@@ -24,10 +24,10 @@ namespace mongocxx {
24
namespace v1 {
25
26
///
27
-/// Options for a "count" command.
+/// Options for the `countDocuments` helper function.
28
29
/// @see
30
-/// - [`count` (database command) (MongoDB Manual)](https://www.mongodb.com/docs/manual/reference/command/count/)
+/// - [CRUD API (MongoDB Specifications)](https://specifications.readthedocs.io/en/latest/crud/crud/)
31
32
/// @attention This feature is experimental! It is not ready for use!
33
0 commit comments