Tidying.
[libdcp.git] / src / chromaticity.cc
index 9d67d72fbaf2ace5a3da140c6efe82bf01df6444..ca96c011b92ac4d44e9ac1ef28695aca4e955abc 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2016 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2016-2021 Carl Hetherington <cth@carlh.net>
 
     This file is part of libdcp.
 
     files in the program, then also delete it here.
 */
 
+
+/** file  src/chromaticity.cc
+ *  brief Chromaticity class
+ */
+
+
 #include "chromaticity.h"
 
+
 using namespace dcp;
 
+
 Chromaticity
 Chromaticity::D65 ()
 {