|
40 | 40 | /// @warning For internal use only! |
41 | 41 | /// |
42 | 42 |
|
| 43 | +/// |
| 44 | +/// @dir bsoncxx/v1/array |
| 45 | +/// Provides headers declaring entities in @ref bsoncxx::v1::array. |
| 46 | +/// |
| 47 | +/// @warning For internal use only! |
| 48 | +/// |
| 49 | + |
| 50 | +/// |
| 51 | +/// @dir bsoncxx/v1/document |
| 52 | +/// Provides headers declaring entities in @ref bsoncxx::v1::document. |
| 53 | +/// |
| 54 | +/// @warning For internal use only! |
| 55 | +/// |
| 56 | + |
| 57 | +/// |
| 58 | +/// @dir bsoncxx/v1/element |
| 59 | +/// Provides headers declaring entities in @ref bsoncxx::v1::element. |
| 60 | +/// |
| 61 | +/// @warning For internal use only! |
| 62 | +/// |
| 63 | + |
43 | 64 | /// |
44 | 65 | /// @dir bsoncxx/v1/stdx |
45 | 66 | /// Provides headers declaring entities in @ref bsoncxx::v1::stdx. |
46 | 67 | /// |
47 | 68 |
|
| 69 | +/// |
| 70 | +/// @dir bsoncxx/v1/types |
| 71 | +/// Provides headers declaring entities in @ref bsoncxx::v1::types. |
| 72 | +/// |
| 73 | +/// @warning For internal use only! |
| 74 | +/// |
| 75 | + |
48 | 76 | /// |
49 | 77 | /// @namespace bsoncxx::v1 |
50 | 78 | /// Declares entities whose ABI stability is guaranteed for documented symbols. |
51 | 79 | /// |
52 | 80 |
|
| 81 | +/// |
| 82 | +/// @namespace bsoncxx::v1::array |
| 83 | +/// @copydoc bsoncxx::array |
| 84 | +/// |
| 85 | + |
| 86 | +/// |
| 87 | +/// @namespace bsoncxx::v1::document |
| 88 | +/// @copydoc bsoncxx::document |
| 89 | +/// |
| 90 | + |
| 91 | +/// |
| 92 | +/// @namespace bsoncxx::v1::element |
| 93 | +/// Declares entities representing a BSON element. |
| 94 | +/// |
| 95 | + |
53 | 96 | /// |
54 | 97 | /// @namespace bsoncxx::v1::stdx |
55 | 98 | /// @copydoc bsoncxx::stdx |
56 | 99 | /// |
| 100 | + |
| 101 | +/// |
| 102 | +/// @namespace bsoncxx::v1::types |
| 103 | +/// Declares entities representing a BSON type value. |
| 104 | +/// |
| 105 | +/// @note A "BSON type value" refers to the value of a BSON element without its key. |
| 106 | +/// |
0 commit comments