Skip to content

Commit 52ef3e3

Browse files
authored
Tiny tweaks to mongocxx (#1451)
* Tweak comment in mongocxx/private/export.hh * Fix trailing whitespace in export.hpp
1 parent 32fb472 commit 52ef3e3

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/mongocxx/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ if(1)
141141
///
142142
/// @warning For internal use only!
143143
///
144-
]]
144+
]]
145145
)
146146
generate_export_header(${TARGET}
147147
BASE_NAME MONGOCXX_ABI

src/mongocxx/lib/mongocxx/private/export.hh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@
1616

1717
#include <mongocxx/v1/config/export.hpp>
1818

19-
// See src/bsoncxx/lib/bsoncxx/private/export.hh for an explanation of
20-
// the purpose of this header.
19+
// See bsoncxx/private/export.hh.
2120

2221
#if defined(MONGOCXX_TESTING)
2322
#define MONGOCXX_ABI_EXPORT_TESTING MONGOCXX_ABI_EXPORT

0 commit comments

Comments
 (0)