From dace9781f5fbd7d409f55887c0e04e0cc0ff06d2 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 8 Jan 2015 14:20:06 +0000 Subject: [PATCH] Comment. --- src/lib/film.cc | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/lib/film.cc b/src/lib/film.cc index a8e05b751..82add67c5 100644 --- a/src/lib/film.cc +++ b/src/lib/film.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2012-2014 Carl Hetherington + Copyright (C) 2012-2015 Carl Hetherington This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -17,6 +17,11 @@ */ +/** @file src/film.cc + * @brief A representation of some audio and video content, and details of + * how they should be presented in a DCP. + */ + #include "film.h" #include "job.h" #include "util.h" -- 2.30.2