From 76bce77388bcb4f1c0fc8d6245279ec50e12161a Mon Sep 17 00:00:00 2001 From: Paul Kocialkowski Date: Thu, 20 Jul 2017 17:11:52 +0300 Subject: docs: Update documentation generation with missing entries This adds missing entries for documentation generation, both for tests and the API reference. The list of tests is made complete and ordered alphabetically, with modified descriptions for consistency. More files are added to the API reference, with a minimalistic description block added to them when it was missing. Signed-off-by: Paul Kocialkowski Reviewed-by: Arkadiusz Hiler --- lib/igt_gvt.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'lib/igt_gvt.c') diff --git a/lib/igt_gvt.c b/lib/igt_gvt.c index 4ab74332..a78e98e9 100644 --- a/lib/igt_gvt.c +++ b/lib/igt_gvt.c @@ -31,6 +31,13 @@ #include #include +/** + * SECTION:igt_gvt + * @short_description: Graphics virtualization technology library + * @title: GVT + * @include: igt_gvt.h + */ + static bool is_gvt_enabled(void) { bool enabled = false; -- cgit v1.2.3