summaryrefslogtreecommitdiff
path: root/lib/igt_core.h
diff options
context:
space:
mode:
authorThomas Wood <thomas.wood@intel.com>2014-10-08 17:06:58 +0100
committerThomas Wood <thomas.wood@intel.com>2014-10-17 15:34:43 +0100
commitd4e3b6a0f5cd759182a53e2bc51a3d3f317a81f0 (patch)
tree6d428ec6e5ef785085796bbe3176c823cf55ec95 /lib/igt_core.h
parent303fe742fcdd7da6f03f948a4e41b529ee39613a (diff)
lib: various documentation fixes
Signed-off-by: Thomas Wood <thomas.wood@intel.com>
Diffstat (limited to 'lib/igt_core.h')
-rw-r--r--lib/igt_core.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/igt_core.h b/lib/igt_core.h
index e42dc337..b8f67023 100644
--- a/lib/igt_core.h
+++ b/lib/igt_core.h
@@ -268,6 +268,7 @@ void igt_exit(void) __attribute__((noreturn));
* igt_assert_cmpint:
* @n1: first value
* @cmp: compare operator
+ * @ncmp: negated version of @cmp
* @n2: second value
*
* Fails (sub-)test if the condition is not met