summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-01-08 14:20:06 +0000
committerCarl Hetherington <cth@carlh.net>2015-01-08 14:20:06 +0000
commitdace9781f5fbd7d409f55887c0e04e0cc0ff06d2 (patch)
tree585b66b94eb8900ac2a57ce84b525be242e034ff /src/lib
parented5a8c669840b5c4875bf061e49e150cdd1d950a (diff)
Comment.
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/film.cc7
1 files changed, 6 insertions, 1 deletions
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 <cth@carlh.net>
+ Copyright (C) 2012-2015 Carl Hetherington <cth@carlh.net>
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"