From 2f61270d2726445f562efc0e4b33fa19ba235183 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 2 May 2014 20:06:58 +0100 Subject: Comments. --- src/lib/video_decoder.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/lib/video_decoder.h') diff --git a/src/lib/video_decoder.h b/src/lib/video_decoder.h index 685b72bc8..145baa40b 100644 --- a/src/lib/video_decoder.h +++ b/src/lib/video_decoder.h @@ -17,6 +17,10 @@ */ +/** @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: -- cgit v1.2.3