We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c64160 commit 5428ca7Copy full SHA for 5428ca7
ndk/src/midi/safe.rs
@@ -1,8 +1,8 @@
1
//! Safe bindings for [`AMidiDevice`], [`AMidiInputPort`], and [`AMidiOutputPort`]
2
//!
3
-//! Provides implementation of [`SafeMidiDeviceBox`] that ensures the current thread is attached to
+//! Provides implementation of `SafeMidiDeviceBox` that ensures the current thread is attached to
4
//! the Java VM when being dropped, which is required by [`AMidiDevice_release`]. All other types
5
-//! of this module holds an [`Arc<SafeMidiDeviceBox>`].
+//! of this module holds an [`Arc`] of `SafeMidiDeviceBox`.
6
7
//! [`AMidiDevice`]: https://developer.android.com/ndk/reference/group/midi#amididevice
8
//! [`AMidiDevice_release`]: https://developer.android.com/ndk/reference/group/midi#amididevice_release
0 commit comments