Skip to content

Commit da6db59

Browse files
CDRIVER-3368 Consistent bson_t *reply documentation (#1459)
More explicit documentation for bson_t out-params. Audit docs to find where bson_t *reply is actually required. Co-authored-by: Kevin Albertson <[email protected]> --------- Co-authored-by: Kevin Albertson <[email protected]>
1 parent ee146c1 commit da6db59

File tree

41 files changed

+90
-37
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+90
-37
lines changed

src/libbson/doc/guides.rst

Lines changed: 1 addition & 0 deletions

src/libbson/doc/lifetimes.rst

Lines changed: 46 additions & 0 deletions

src/libmongoc/doc/conf.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,12 @@ def _maybe_update_inventories(app: Sphinx):
187187
.. |cmcmd:find_package| replace::
188188
:cmake:command:`find_package() <command:find_package>`
189189
190+
.. |bson_t-storage-ptr| replace::
191+
non-``NULL`` pointer to :doc:`overwritable storage <bson:lifetimes>` for a :symbol:`bson_t`
192+
193+
.. |bson_t-opt-storage-ptr| replace::
194+
maybe-``NULL`` pointer to :doc:`overwritable storage <bson:lifetimes>` for a :symbol:`bson_t`
195+
190196
"""
191197

192198

-179 Bytes
Binary file not shown.

src/libmongoc/doc/mongoc_bulk_operation_execute.rst

Lines changed: 1 addition & 1 deletion

src/libmongoc/doc/mongoc_client_command_simple.rst

Lines changed: 1 addition & 1 deletion

src/libmongoc/doc/mongoc_client_command_simple_with_server_id.rst

Lines changed: 1 addition & 1 deletion

src/libmongoc/doc/mongoc_client_command_with_opts.rst

Lines changed: 1 addition & 1 deletion

src/libmongoc/doc/mongoc_client_encryption_delete_key.rst

Lines changed: 1 addition & 1 deletion

src/libmongoc/doc/mongoc_client_get_server_status.rst

Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
 (0)