From e4a08bc431be9a2b680a4cd70f2ceda07c99b7bf Mon Sep 17 00:00:00 2001
From: Alexey Rusakov <Kitsune-Ral@users.sf.net>
Date: Sun, 18 Jul 2021 20:10:35 +0200
Subject: Fix bit rot in comments

---
 lib/events/eventcontent.h | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

(limited to 'lib/events')

diff --git a/lib/events/eventcontent.h b/lib/events/eventcontent.h
index 1d81bd72..40ec3a49 100644
--- a/lib/events/eventcontent.h
+++ b/lib/events/eventcontent.h
@@ -49,13 +49,14 @@ namespace EventContent {
     // but specific aggregation structure is altered. See doc comments to
     // each type for the list of available attributes.
 
-    // A quick classes inheritance structure follows:
+    // A quick classes inheritance structure follows (the definitions are
+    // spread across eventcontent.h and roommessageevent.h):
     // FileInfo
-    //   FileContent : UrlBasedContent<FileInfo, Thumbnail>
-    //   AudioContent : UrlBasedContent<FileInfo, Duration>
+    //   FileContent : UrlWithThumbnailContent<FileInfo>
+    //   AudioContent : PlayableContent<UrlBasedContent<FileInfo>>
     //   ImageInfo : FileInfo + imageSize attribute
-    //     ImageContent : UrlBasedContent<ImageInfo, Thumbnail>
-    //     VideoContent : UrlBasedContent<ImageInfo, Thumbnail, Duration>
+    //     ImageContent : UrlWithThumbnailContent<ImageInfo>
+    //     VideoContent : PlayableContent<UrlWithThumbnailContent<ImageInfo>>
 
     /**
      * A base/mixin class for structures representing an "info" object for
-- 
cgit v1.2.3