Comments.
[dcpomatic.git] / src / lib / video_decoder.h
index 685b72bc8683ad72b8b3b96feca365899eeeb779..145baa40b0ca115acda97f8b33376d8712890193 100644 (file)
 
 */
 
+/** @file  src/lib/video_decoder.h
+ *  @brief VideoDecoder class.
+ */
+
 #ifndef DCPOMATIC_VIDEO_DECODER_H
 #define DCPOMATIC_VIDEO_DECODER_H
 
@@ -30,6 +34,9 @@
 class VideoContent;
 class Image;
 
+/** @class VideoDecoder
+ *  @brief Parent for classes which decode video.
+ */
 class VideoDecoder : public virtual Decoder
 {
 public: