From ceaf7bc52712cb60708ed5eb5c62c5e463dd8e89 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 24 Jan 2021 04:15:26 +0100 Subject: Tidying. --- src/chromaticity.cc | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'src/chromaticity.cc') diff --git a/src/chromaticity.cc b/src/chromaticity.cc index 9d67d72f..ca96c011 100644 --- a/src/chromaticity.cc +++ b/src/chromaticity.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2016 Carl Hetherington + Copyright (C) 2016-2021 Carl Hetherington This file is part of libdcp. @@ -31,10 +31,18 @@ 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 () { -- cgit v1.2.3