File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 2222
2323#include < bsoncxx/config/prelude.hpp>
2424
25+ // /
26+ // / Top level namespace for MongoDB C++ BSON functionality.
27+ // /
2528namespace bsoncxx {
2629BSONCXX_INLINE_NAMESPACE_BEGIN
2730
31+ // Placing this variable between the `BSONCXX_INLINE_NAMESPACE_BEGIN` and the Doxygen documentation
32+ // for `to_json` suppressed the macro name from being shown as part of the return type in the
33+ // generated documentation pages.
34+ extern const bool k_silence_doxygen;
35+
2836// /
2937// / Converts a BSON document to a JSON string.
3038// /
Original file line number Diff line number Diff line change 2727
2828#include < mongocxx/config/prelude.hpp>
2929
30+ // /
31+ // / Top level namespace for the MongoDB C++ driver.
32+ // /
3033namespace mongocxx {
3134MONGOCXX_INLINE_NAMESPACE_BEGIN
3235
You can’t perform that action at this time.
0 commit comments