Skip to content

Commit

Permalink
[eclipse-iceoryx#210] Fix cargo doc
Browse files Browse the repository at this point in the history
  • Loading branch information
elBoberido committed Sep 28, 2024
1 parent f230a93 commit fb3b17e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iceoryx2-ffi/ffi/src/api/notifier.rs
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ impl HandleToType for iox2_notifier_h_ref {
///
/// # Safety
///
/// * `notifier_handle` is valid, non-null and was obtained via [`iox2_port_factory_notifier_builder_create`]
/// * `notifier_handle` is valid, non-null and was obtained via [`iox2_port_factory_notifier_builder_create`](crate::iox2_port_factory_notifier_builder_create).
/// * `id_struct_ptr` - Must be either a NULL pointer or a pointer to a valid [`iox2_unique_notifier_id_t`].
/// If it is a NULL pointer, the storage will be allocated on the heap.
/// * `id_handle_ptr` valid pointer to a [`iox2_unique_notifier_id_h`].
Expand Down

0 comments on commit fb3b17e

Please sign in to comment.