summaryrefslogtreecommitdiff
path: root/lib/igt_stats.h
diff options
context:
space:
mode:
authorThomas Wood <thomas.wood@intel.com>2015-09-07 09:26:01 +0100
committerThomas Wood <thomas.wood@intel.com>2015-09-08 16:15:16 +0100
commitf0381d1abebfc5b7e24a835dfe1c2344396c0304 (patch)
treef6e329b56c4095fbd39f94f9d7d3a8b68101c75b /lib/igt_stats.h
parentde2470ea4fb7b7df698e0f7651cb250707709c05 (diff)
lib: various documentation fixes
Signed-off-by: Thomas Wood <thomas.wood@intel.com>
Diffstat (limited to 'lib/igt_stats.h')
-rw-r--r--lib/igt_stats.h3
1 files changed, 2 insertions, 1 deletions
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 {