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/sw_sync.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'lib/sw_sync.c') diff --git a/lib/sw_sync.c b/lib/sw_sync.c index c05a7876..7bd76702 100644 --- a/lib/sw_sync.c +++ b/lib/sw_sync.c @@ -41,6 +41,13 @@ #include "drmtest.h" #include "ioctl_wrappers.h" +/** + * SECTION:sw_sync + * @short_description: Software sync (fencing) support library + * @title: SW Sync + * @include: sw_sync.h + */ + struct int_sync_create_fence_data { __u32 value; char name[32]; -- cgit v1.2.3