Skip to content

Commit

Permalink
chore: satisfy clippy::doc_lazy_continuation
Browse files Browse the repository at this point in the history
  • Loading branch information
ErichDonGubler committed Jan 22, 2025
1 parent e6d8ba0 commit 30f46a8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ pub extern "C" fn atp_set_real_time_limit(audio_buffer_frames: u32,
/// # Arguments
///
/// * `audio_buffer_frames` - the exact or an upper limit on the number of frames that have to be
/// rendered each callback, or 0 for a sensible default value.
/// rendered each callback, or 0 for a sensible default value.
/// * `audio_samplerate_hz` - the sample-rate for this audio stream, in Hz.
///
/// # Return value
Expand All @@ -476,7 +476,7 @@ pub fn promote_current_thread_to_real_time(
/// # Arguments
///
/// * `handle` - An opaque struct returned from a successful call to
/// `promote_current_thread_to_real_time`.
/// `promote_current_thread_to_real_time`.
///
/// # Return value
///
Expand All @@ -496,7 +496,7 @@ pub struct atp_handle(RtPriorityHandle);
/// # Arguments
///
/// * `audio_buffer_frames` - the exact or an upper limit on the number of frames that have to be
/// rendered each callback, or 0 for a sensible default value.
/// rendered each callback, or 0 for a sensible default value.
/// * `audio_samplerate_hz` - the sample-rate for this audio stream, in Hz.
///
/// # Return value
Expand Down Expand Up @@ -524,7 +524,7 @@ pub extern "C" fn atp_promote_current_thread_to_real_time(
/// # Arguments
///
/// * `atp_handle` - An opaque struct returned from a successful call to
/// `atp_promote_current_thread_to_real_time`.
/// `atp_promote_current_thread_to_real_time`.
///
/// # Return value
///
Expand Down Expand Up @@ -554,7 +554,7 @@ pub unsafe extern "C" fn atp_demote_current_thread_from_real_time(handle: *mut a
/// # Arguments
///
/// * `atp_handle` - An opaque struct returned from a successful call to
/// `atp_promote_current_thread_to_real_time`.
/// `atp_promote_current_thread_to_real_time`.
///
/// # Return value
///
Expand Down

0 comments on commit 30f46a8

Please sign in to comment.