From a0e7d5519cd930ac5b17e7042f463b706caa7b65 Mon Sep 17 00:00:00 2001 From: Serial <69764315+Serial-ATA@users.noreply.github.com> Date: Thu, 31 Mar 2022 16:10:03 -0400 Subject: [PATCH] Add missing doc comment --- src/iff/aiff/tag.rs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/iff/aiff/tag.rs b/src/iff/aiff/tag.rs index 47bd0641..d6ac0000 100644 --- a/src/iff/aiff/tag.rs +++ b/src/iff/aiff/tag.rs @@ -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: