Skip to content

Commit 79c74df

Browse files
committed
Merge pull request #39 from mitchmindtree/master
Fix subtype links in new method docs
2 parents f54333e + 43b0431 commit 79c74df

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/audio_unit/mod.rs

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -92,13 +92,13 @@ impl AudioUnit {
9292
///
9393
/// Here is a list of compatible types:
9494
///
95-
/// - [**Type**](./enum.Type)
96-
/// - [**IOType**](./enum.IOType)
97-
/// - [**MusicDeviceType**](./enum.MusicDeviceType)
98-
/// - [**GeneratorType**](./enum.GeneratorType)
99-
/// - [**FormatConverterType**](./enum.FormatConverterType)
100-
/// - [**EffectType**](./enum.EffectType)
101-
/// - [**MixerType**](./enum.MixerType)
95+
/// - [**Type**](./types/enum.Type)
96+
/// - [**IOType**](./types/enum.IOType)
97+
/// - [**MusicDeviceType**](./types/enum.MusicDeviceType)
98+
/// - [**GeneratorType**](./types/enum.GeneratorType)
99+
/// - [**FormatConverterType**](./types/enum.FormatConverterType)
100+
/// - [**EffectType**](./types/enum.EffectType)
101+
/// - [**MixerType**](./types/enum.MixerType)
102102
///
103103
/// To construct the **AudioUnit** with some component flags, see
104104
/// [**AudioUnit::new_with_flags**](./struct.AudioUnit#method.new_with_flags).

0 commit comments

Comments
 (0)