[PATCH i-g-t 21/28] damnit docs
Petri Latvala
petri.latvala at intel.com
Mon Mar 22 11:34:13 UTC 2021
---
lib/runnercomms.c | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/lib/runnercomms.c b/lib/runnercomms.c
index 86472b29..bc9bc9f1 100644
--- a/lib/runnercomms.c
+++ b/lib/runnercomms.c
@@ -31,6 +31,17 @@
#include "igt_aux.h"
#include "runnercomms.h"
+/**
+ * SECTION:runnercomms
+ * @short_description: Structured communication to igt_runner
+ * @title: runnercomms
+ * @include: igt.h
+ *
+ * This library provides means for the tests to communicate to
+ * igt_runner with a formally specified protocol, avoiding
+ * shortcomings and pain points of text-based communication.
+ */
+
static int runner_socket_fd = -1;
/**
--
2.29.2
More information about the Intel-gfx-trybot
mailing list