summaryrefslogtreecommitdiff
path: root/lib/igt_core.c
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_core.c
parentde2470ea4fb7b7df698e0f7651cb250707709c05 (diff)
lib: various documentation fixes
Signed-off-by: Thomas Wood <thomas.wood@intel.com>
Diffstat (limited to 'lib/igt_core.c')
-rw-r--r--lib/igt_core.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/igt_core.c b/lib/igt_core.c
index c70176fb..129476c9 100644
--- a/lib/igt_core.c
+++ b/lib/igt_core.c
@@ -75,7 +75,7 @@
* SECTION:igt_core
* @short_description: Core i-g-t testing support
* @title: Core
- * @include: igt_core.h
+ * @include: igt.h
*
* This library implements the core of the i-g-t test support infrastructure.
* Main features are the subtest enumeration, cmdline option parsing helpers for
@@ -1794,7 +1794,7 @@ void igt_set_timeout(unsigned int seconds,
}
/**
- * igt_reset_timeout - reset timeout to default
+ * igt_reset_timeout:
*
* This function resets a timeout set by igt_set_timeout() and disables any
* timer set up by the former function.