Skip to content

Commit 321b3dc

Browse files
authored
Improve formatting in doc comments
1 parent 2e08f0e commit 321b3dc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/rcc.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -407,6 +407,7 @@ impl CFGR {
407407
}
408408

409409
/// Sets the PLLI2SN multiplication factor for PLLI2S.
410+
///
410411
/// # Panics
411412
///
412413
/// Panics if the multiplication factor isn't between 50 and 432.
@@ -417,6 +418,7 @@ impl CFGR {
417418
}
418419

419420
/// Sets the PLLI2SQ division factor for PLLI2S.
421+
///
420422
/// # Panics
421423
///
422424
/// Panics if the division factor isn't between 2 and 15.
@@ -427,6 +429,7 @@ impl CFGR {
427429
}
428430

429431
/// Sets the PLLI2SR division factor for PLLI2S.
432+
///
430433
/// # Panics
431434
///
432435
/// Panics if the division factor isn't between 2 and 7.

0 commit comments

Comments
 (0)