From: Carl Hetherington Date: Mon, 28 Apr 2014 23:30:14 +0000 (+0100) Subject: Comment fixes. X-Git-Tag: v2.0.48~851 X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=09a03abf7cec3363d695fe7c76ad1601b3b985ec Comment fixes. --- diff --git a/test/colour_conversion_test.cc b/test/colour_conversion_test.cc index 0cf3a616b..6dba4b71c 100644 --- a/test/colour_conversion_test.cc +++ b/test/colour_conversion_test.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2013 Carl Hetherington + Copyright (C) 2013-2014 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,13 +17,16 @@ */ +/** @file test/colour_conversion_test.cc + * @brief Basic test of identifier() for ColourConversion (i.e. a hash of the numbers) + */ + #include #include #include "lib/colour_conversion.h" using std::cout; -/* Basic test of identifier() for ColourConversion (i.e. a hash of the numbers) */ BOOST_AUTO_TEST_CASE (colour_conversion_test) { ColourConversion A (2.4, true, dcp::colour_matrix::srgb_to_xyz, 2.6);