diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-04-29 00:30:14 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-04-29 00:30:14 +0100 |
| commit | 09a03abf7cec3363d695fe7c76ad1601b3b985ec (patch) | |
| tree | 3a9534dbaba2100b9922ff0526f81338176f2c3e | |
| parent | b1ad58ce47cecdec6ad4bf8233bc073991cc3cbb (diff) | |
Comment fixes.
| -rw-r--r-- | test/colour_conversion_test.cc | 7 |
1 files changed, 5 insertions, 2 deletions
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 <cth@carlh.net> + Copyright (C) 2013-2014 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,13 +17,16 @@ */ +/** @file test/colour_conversion_test.cc + * @brief Basic test of identifier() for ColourConversion (i.e. a hash of the numbers) + */ + #include <boost/test/unit_test.hpp> #include <dcp/colour_matrix.h> #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); |
