Skip to content

Commit 40a3dfe

Browse files
committed
[#390] Fix invalid doc links
1 parent 7808348 commit 40a3dfe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

iceoryx2-ffi/ffi/src/api/waitset_builder.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,8 @@ pub unsafe extern "C" fn iox2_waitset_builder_drop(handle: iox2_waitset_builder_
142142
///
143143
/// # Returns
144144
///
145-
/// [`IOX2_OK`] on success otherwise [`iox2_waitset_create_error_e`].
145+
/// [`IOX2_OK`] on success otherwise
146+
/// [`iox2_waitset_create_error_e`](crate::iox2_waitset_create_error_e).
146147
///
147148
/// # Safety
148149
///

0 commit comments

Comments
 (0)