summaryrefslogtreecommitdiff
path: root/lib/igt_primes.c
diff options
context:
space:
mode:
authorPaul Kocialkowski <paul.kocialkowski@linux.intel.com>2017-07-20 17:11:52 +0300
committerArkadiusz Hiler <arkadiusz.hiler@intel.com>2017-07-24 13:56:53 +0300
commit76bce77388bcb4f1c0fc8d6245279ec50e12161a (patch)
tree35ef8c6fecfdb28d547cc609dc6eb28a2f129501 /lib/igt_primes.c
parent9f49776fb4afd48f3f6a307f296c62c6452f229d (diff)
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 <paul.kocialkowski@linux.intel.com> Reviewed-by: Arkadiusz Hiler <arkadiusz.hiler@intel.com>
Diffstat (limited to 'lib/igt_primes.c')
-rw-r--r--lib/igt_primes.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/igt_primes.c b/lib/igt_primes.c
index d5232e54..3578a3c6 100644
--- a/lib/igt_primes.c
+++ b/lib/igt_primes.c
@@ -28,6 +28,13 @@
#include <string.h>
#include <math.h>
+/**
+ * SECTION:igt_primes
+ * @short_description: Prime numbers helper library
+ * @title: Primes
+ * @include: igt_primes.h
+ */
+
#define BITS_PER_CHAR 8
#define BITS_PER_LONG (sizeof(long)*BITS_PER_CHAR)