summaryrefslogtreecommitdiff
path: root/src/rgb_xyz.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-01-24 22:56:33 +0100
committerCarl Hetherington <cth@carlh.net>2021-01-24 22:56:33 +0100
commite1e7de8d73bedd0c741e7df0390068c67867e09f (patch)
tree02f007aad80f4d99707f2507a81b0685865026d0 /src/rgb_xyz.h
parentceaf7bc52712cb60708ed5eb5c62c5e463dd8e89 (diff)
Tidying.
Diffstat (limited to 'src/rgb_xyz.h')
-rw-r--r--src/rgb_xyz.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/rgb_xyz.h b/src/rgb_xyz.h
index eb1b5ac8..4a920efb 100644
--- a/src/rgb_xyz.h
+++ b/src/rgb_xyz.h
@@ -32,6 +32,11 @@
*/
+/** @file rgb_xyz.h
+ * @brief Conversion between RGB and XYZ
+ */
+
+
#include "types.h"
#include <memory>
#include <boost/optional.hpp>