lib: Use @include tag for include files
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Sun, 23 Mar 2014 13:45:13 +0000 (14:45 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Sun, 23 Mar 2014 13:45:13 +0000 (14:45 +0100)
Occasionally useful to read documentation ...

Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
lib/igt_aux.c
lib/igt_core.c
lib/igt_debugfs.c
lib/intel_batchbuffer.c
lib/intel_chipset.c
lib/intel_mmio.c
lib/ioctl_wrappers.c

index 00a719c..ec3bd18 100644 (file)
@@ -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"
  *
index 2fe74f5..cf445ef 100644 (file)
@@ -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
index 96adf39..e04f8c5 100644 (file)
@@ -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
index 7852c7c..3292394 100644 (file)
@@ -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
index b117e3b..eeafa31 100644 (file)
@@ -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
index 6666b9e..45f39a4 100644 (file)
@@ -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
index 2418549..df67b37 100644 (file)
@@ -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