From: Carl Hetherington Date: Thu, 8 Jan 2015 14:20:06 +0000 (+0000) Subject: Comment. X-Git-Tag: v2.0.48~335 X-Git-Url: https://main.carlh.net/gitweb/?a=commitdiff_plain;ds=sidebyside;h=dace9781f5fbd7d409f55887c0e04e0cc0ff06d2;p=dcpomatic.git Comment. --- 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"