Skip to content

Commit f54333e

Browse files
committed
Merge pull request #38 from mitchmindtree/property_methods
Fix bugs in docs
2 parents d904c70 + 1e2171f commit f54333e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/audio_unit/mod.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ impl AudioUnit {
9191
/// [**Type**](./enum.Type).
9292
///
9393
/// Here is a list of compatible types:
94+
///
9495
/// - [**Type**](./enum.Type)
9596
/// - [**IOType**](./enum.IOType)
9697
/// - [**MusicDeviceType**](./enum.MusicDeviceType)
@@ -167,6 +168,7 @@ impl AudioUnit {
167168
///
168169
/// Parameters
169170
/// ----------
171+
///
170172
/// - **id**: The identifier of the property.
171173
/// - **scope**: The audio unit scope for the property.
172174
/// - **elem**: The audio unit element for the property.
@@ -193,6 +195,7 @@ impl AudioUnit {
193195
///
194196
/// Parameters
195197
/// ----------
198+
///
196199
/// - **id**: The identifier of the property.
197200
/// - **scope**: The audio unit scope for the property.
198201
/// - **elem**: The audio unit element for the property.

0 commit comments

Comments
 (0)