Skip to content

Commit 691513f

Browse files
committed
docs on stream are now outer attribute (fixes missing docs lint)
1 parent 0c0d122 commit 691513f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/stream.rs

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
/// Output audio via the OS via mixers or play directly
2-
///
3-
/// This module provides a builder that's used to configure and open audio output. Once
4-
/// opened sources can be mixed into the output via `OutputStream::mixer`.
5-
///
6-
/// There is also a convenience function `play` for using that output mixer to
7-
/// play a single sound.
1+
//! Output audio via the OS via mixers or play directly
2+
//!
3+
//! This module provides a builder that's used to configure and open audio output. Once
4+
//! opened sources can be mixed into the output via `OutputStream::mixer`.
5+
//!
6+
//! There is also a convenience function `play` for using that output mixer to
7+
//! play a single sound.
88
use crate::common::{ChannelCount, SampleRate};
99
use crate::decoder;
1010
use crate::mixer::{mixer, Mixer, MixerSource};

0 commit comments

Comments
 (0)