summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-04-29 00:30:14 +0100
committerCarl Hetherington <cth@carlh.net>2014-04-29 00:30:14 +0100
commit09a03abf7cec3363d695fe7c76ad1601b3b985ec (patch)
tree3a9534dbaba2100b9922ff0526f81338176f2c3e /test
parentb1ad58ce47cecdec6ad4bf8233bc073991cc3cbb (diff)
Comment fixes.
Diffstat (limited to 'test')
-rw-r--r--test/colour_conversion_test.cc7
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);