mirror of
https://github.com/Serial-ATA/lofty-rs
synced 2024-12-13 22:22:31 +00:00
Add missing doc comment
This commit is contained in:
parent
d06ff53a5e
commit
a0e7d5519c
1 changed files with 4 additions and 0 deletions
|
@ -45,6 +45,10 @@ pub struct Comment {
|
|||
///
|
||||
/// ## Conversions
|
||||
///
|
||||
/// ### To `Tag`
|
||||
///
|
||||
/// Items with [`ItemKey::Comment`] will be stored in the `annotations` field
|
||||
///
|
||||
/// ### From `Tag`
|
||||
///
|
||||
/// When converting from [`Tag`](crate::Tag), the following [`ItemKey`](crate::ItemKey)s will be used:
|
||||
|
|
Loading…
Reference in a new issue