Skip to content

Commit

Permalink
doc: update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
jean-roland committed Jun 11, 2024
1 parent 2169b2d commit d9d02f1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,10 @@ TODO: owned type description
Represents an array of bytes.

.. c:type:: z_owned_bytes_t
Represents an array of bytes container.

.. c:type:: z_owned_string_t
Represents a string without null-terminator.
Expand Down Expand Up @@ -134,6 +138,10 @@ TODO: loaned type description
Represents an array of bytes.

.. c:type:: z_loaned_bytes_t
Represents an array of bytes container.

.. c:type:: z_loaned_string_t
Represents a string without null-terminator.
Expand Down Expand Up @@ -284,6 +292,8 @@ Primitives
.. autocfunction:: primitives.h::z_value_payload
.. autocfunction:: primitives.h::z_slice_data
.. autocfunction:: primitives.h::z_slice_len
.. autocfunction:: primitives.h::z_bytes_data
.. autocfunction:: primitives.h::z_bytes_len
.. autocfunction:: primitives.h::z_bytes_decode_into_string
.. autocfunction:: primitives.h::z_bytes_encode_from_string
.. autocfunction:: primitives.h::z_timestamp_check
Expand Down

0 comments on commit d9d02f1

Please sign in to comment.