From a9a38b5d18bddcc25cb616275cb163afe3c1ed5e Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Thu, 10 Oct 2019 12:11:54 +0200 Subject: More documentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- generate-table.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'generate-table.c') diff --git a/generate-table.c b/generate-table.c index ac89af7..7be406f 100644 --- a/generate-table.c +++ b/generate-table.c @@ -9,9 +9,10 @@ # pragma GCC diagnostic ignored "-Wfloat-equal" #endif -struct xy {double x, y;}; - -static struct xy xy_table[] = { +/** + * Colour temperatures in CIE xy (xyY without Y) + */ +static struct xy {double x, y;} xy_table[] = { #include "10deg-xy.i" }; -- cgit v1.2.3-70-g09d2