lib: Use @include tag for include files

Occasionally useful to read documentation ...

Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
Daniel Vetter 2014-03-23 14:45:13 +01:00
parent 8221fda087
commit 7bb40944e2
7 changed files with 7 additions and 12 deletions

View 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"
*

View 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

View 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

View 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

View 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

View 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

View 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