Comment.
authorCarl Hetherington <cth@carlh.net>
Thu, 8 Jan 2015 14:20:06 +0000 (14:20 +0000)
committerCarl Hetherington <cth@carlh.net>
Thu, 8 Jan 2015 14:20:06 +0000 (14:20 +0000)
src/lib/film.cc

index a8e05b751c267ea6eb3800a4829abdd674d49aaa..82add67c57f89446e8982e475b57d072d8617ab2 100644 (file)
@@ -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
 
 */
 
+/** @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"