From f0381d1abebfc5b7e24a835dfe1c2344396c0304 Mon Sep 17 00:00:00 2001 From: Thomas Wood Date: Mon, 7 Sep 2015 09:26:01 +0100 Subject: lib: various documentation fixes Signed-off-by: Thomas Wood --- lib/igt_stats.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/igt_stats.h') diff --git a/lib/igt_stats.h b/lib/igt_stats.h index 0dc065f4..ec898b24 100644 --- a/lib/igt_stats.h +++ b/lib/igt_stats.h @@ -30,7 +30,8 @@ /** * igt_stats_t: - * @values: An array containing the pushed values + * @values_u64: An array containing pushed integer values + * @values_f: An array containing pushed float values * @n_values: The number of pushed values */ typedef struct { -- cgit v1.2.3