diff options
author | Daniel Vetter <daniel.vetter@ffwll.ch> | 2014-03-23 14:45:13 +0100 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2014-03-23 14:45:13 +0100 |
commit | 7bb40944e2b2a92f6f52c288f8a88b0fcd14b991 (patch) | |
tree | 54cba274c15eb216d8fa1aa589ef563bda84f1a9 /lib | |
parent | 8221fda087e5c445ddda2bf38c09c49c4d27a7fe (diff) |
lib: Use @include tag for include files
Occasionally useful to read documentation ...
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/igt_aux.c | 1 | ||||
-rw-r--r-- | lib/igt_core.c | 3 | ||||
-rw-r--r-- | lib/igt_debugfs.c | 3 | ||||
-rw-r--r-- | lib/intel_batchbuffer.c | 3 | ||||
-rw-r--r-- | lib/intel_chipset.c | 3 | ||||
-rw-r--r-- | lib/intel_mmio.c | 3 | ||||
-rw-r--r-- | lib/ioctl_wrappers.c | 3 |
7 files changed, 7 insertions, 12 deletions
diff --git a/lib/igt_aux.c b/lib/igt_aux.c index 00a719c2..ec3bd187 100644 --- a/lib/igt_aux.c +++ b/lib/igt_aux.c @@ -63,6 +63,7 @@ * SECTION:igt_aux * @short_description: Auxiliary libararies and support functions * @title: i-g-t aux + * @include: igt_aux.h * * > #include "igt_aux.h" * diff --git a/lib/igt_core.c b/lib/igt_core.c index 2fe74f5a..cf445efa 100644 --- a/lib/igt_core.c +++ b/lib/igt_core.c @@ -64,8 +64,7 @@ * SECTION:igt_core * @short_description: Core i-g-t testing support * @title: i-g-t core - * - * > #include "igt_core.h" + * @include: igt_core.h * * This libary implements the core of the i-g-t test support infrastructure. * Main features are the subtest enumeration, cmdline option parsing helpers for diff --git a/lib/igt_debugfs.c b/lib/igt_debugfs.c index 96adf396..e04f8c5b 100644 --- a/lib/igt_debugfs.c +++ b/lib/igt_debugfs.c @@ -40,8 +40,7 @@ * SECTION:igt_debugfs * @short_description: Support code for debugfs features * @title: i-g-t debugfs - * - * > #include "igt_debugfs.h" + * @include: igt_debugfs.h * * This library provides helpers to access debugfs features. On top of some * basic functions to access debugfs files with e.g. igt_debugfs_open() it also diff --git a/lib/intel_batchbuffer.c b/lib/intel_batchbuffer.c index 7852c7ca..32923946 100644 --- a/lib/intel_batchbuffer.c +++ b/lib/intel_batchbuffer.c @@ -45,8 +45,7 @@ * SECTION:intel_batchbuffer * @short_description: Batchbuffer and blitter support * @title: intel batchbuffer - * - * > #include "intel_batchbuffer.h" + * @include: intel_batchbuffer.h * * This library provides some basic support for batchbuffers and using the * blitter engine based upon libdrm. A new batchbuffer is allocated with diff --git a/lib/intel_chipset.c b/lib/intel_chipset.c index b117e3be..eeafa314 100644 --- a/lib/intel_chipset.c +++ b/lib/intel_chipset.c @@ -44,8 +44,7 @@ * SECTION:intel_chipset * @short_description: Feature macros and chipset helpers * @title: intel chipset - * - * > #include "intel_chipset.h" + * @include: intel_chipset.h * * This library mostly provides feature macros which use raw pci device ids. It * also provides a few more helper functions to handle pci devices, chipset diff --git a/lib/intel_mmio.c b/lib/intel_mmio.c index 6666b9e7..45f39a46 100644 --- a/lib/intel_mmio.c +++ b/lib/intel_mmio.c @@ -49,8 +49,7 @@ * SECTION:intel_io * @short_description: Register access and sideband I/O libraray * @title: intel io - * - * > #include "intel_io.h" + * @include: intel_io.h * * This library provides register I/O helpers in both a basic version and a more * fancy version which also handles forcewak and can optionally check registers diff --git a/lib/ioctl_wrappers.c b/lib/ioctl_wrappers.c index 24185491..df67b374 100644 --- a/lib/ioctl_wrappers.c +++ b/lib/ioctl_wrappers.c @@ -63,8 +63,7 @@ * SECTION:ioctl_wrappers * @short_description: ioctl wrappers and related functions * @title: ioctl wrappers - * - * > #include "ioctl_wrappers.h" + * @include: ioctl_wrappers.h * * This helper library contains simple functions to wrap the raw drm/i915 kernel * ioctls. The normal versions never pass any error codes to the caller and use |