Skip to content

Commit e2f9676

Browse files
committed
DOCSP-45596-fix-text-overlap (#86)
* DOCSP-45596-fix-text-overlap * fix code block * suggestions (cherry picked from commit 35c8174)
1 parent 64774e0 commit e2f9676

File tree

1 file changed

+20
-10
lines changed

1 file changed

+20
-10
lines changed

source/upgrade.txt

Lines changed: 20 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -232,20 +232,30 @@ The v3.11 driver introduces the following breaking changes to the ABI:
232232
- Removes export of the following private member functions in the bsoncxx
233233
ABI:
234234

235-
- ``bsoncxx::v_noabi::types::bson_value::value::value(const uint8_t*,
236-
uint32_t, uint32_t, uint32_t)``
237-
- ``bsoncxx::v_noabi::types::bson_value::view::_init(void*)``
238-
- ``bsoncxx::v_noabi::types::bson_value::view::view(const uint8_t*,
239-
uint32_t, uint32_t, uint32_t)``
240-
- ``bsoncxx::v_noabi::types::bson_value::view::view(void*)``
235+
.. code-block::
236+
:copyable: false
237+
238+
bsoncxx::v_noabi::types::bson_value::value::value(const uint8_t*, uint32_t, uint32_t, uint32_t)
239+
240+
bsoncxx::v_noabi::types::bson_value::view::_init(void*)
241+
242+
bsoncxx::v_noabi::types::bson_value::view::view(const uint8_t*, uint32_t, uint32_t, uint32_t)
243+
244+
bsoncxx::v_noabi::types::bson_value::view::view(void*)
245+
241246

242247
- Removes export of the following private member functions in the mongocxx
243248
ABI:
244249

245-
- ``mongocxx::v_noabi::options::change_stream::as_bson()``
246-
- ``mongocxx::v_noabi::options::aggregate::append(
247-
bsoncxx::v_noabi::builder::basic::document&)``
248-
- ``mongocxx::v_noabi::options::index::storage_options()``
250+
.. code-block::
251+
:copyable: false
252+
253+
mongocxx::v_noabi::options::change_stream::as_bson()
254+
255+
mongocxx::v_noabi::options::aggregate::append(bsoncxx::v_noabi::builder::basic::document&)
256+
257+
mongocxx::v_noabi::options::index::storage_options()
258+
249259

250260
- Declare all exported functions symbols with ``__cdecl`` when compiled with
251261
MSVC. This is an ABI breaking change if you use an alternative

0 commit comments

Comments
 (0)