doc: Remove i-g-t/intel prefixes and capitalize section titles

Looks better!

Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
This commit is contained in:
Damien Lespiau 2015-06-26 14:28:41 +01:00
parent 203c3841fc
commit 6ebd8c2dc3
10 changed files with 10 additions and 10 deletions

View File

@ -62,7 +62,7 @@
/** /**
* SECTION:igt_aux * SECTION:igt_aux
* @short_description: Auxiliary libraries and support functions * @short_description: Auxiliary libraries and support functions
* @title: i-g-t aux * @title: aux
* @include: igt_aux.h * @include: igt_aux.h
* *
* This library provides various auxiliary helper functions that don't really * This library provides various auxiliary helper functions that don't really

View File

@ -74,7 +74,7 @@
/** /**
* SECTION:igt_core * SECTION:igt_core
* @short_description: Core i-g-t testing support * @short_description: Core i-g-t testing support
* @title: i-g-t core * @title: Core
* @include: igt_core.h * @include: igt_core.h
* *
* This library implements the core of the i-g-t test support infrastructure. * This library implements the core of the i-g-t test support infrastructure.

View File

@ -42,7 +42,7 @@
/** /**
* SECTION:igt_debugfs * SECTION:igt_debugfs
* @short_description: Support code for debugfs features * @short_description: Support code for debugfs features
* @title: i-g-t debugfs * @title: debugfs
* @include: igt_debugfs.h * @include: igt_debugfs.h
* *
* This library provides helpers to access debugfs features. On top of some * This library provides helpers to access debugfs features. On top of some

View File

@ -35,7 +35,7 @@
/** /**
* SECTION:igt_draw * SECTION:igt_draw
* @short_description: drawing helpers for tests * @short_description: drawing helpers for tests
* @title: i-g-t draw * @title: Draw
* @include: igt_draw.h * @include: igt_draw.h
* *
* This library contains some functions for drawing rectangles on buffers using * This library contains some functions for drawing rectangles on buffers using

View File

@ -36,7 +36,7 @@
/** /**
* SECTION:igt_fb * SECTION:igt_fb
* @short_description: Framebuffer handling and drawing library * @short_description: Framebuffer handling and drawing library
* @title: i-g-t framebuffer * @title: Framebuffer
* @include: igt_fb.h * @include: igt_fb.h
* *
* This library contains helper functions for handling kms framebuffer objects * This library contains helper functions for handling kms framebuffer objects

View File

@ -40,7 +40,7 @@
/** /**
* SECTION:igt_gt * SECTION:igt_gt
* @short_description: GT support library * @short_description: GT support library
* @title: i-g-t gt * @title: GT
* @include: igt_gt.h * @include: igt_gt.h
* *
* This library provides various auxiliary helper functions to handle general * This library provides various auxiliary helper functions to handle general

View File

@ -177,7 +177,7 @@ const unsigned char* igt_kms_get_base_edid(void)
/** /**
* SECTION:igt_kms * SECTION:igt_kms
* @short_description: Kernel modesetting support library * @short_description: Kernel modesetting support library
* @title: i-g-t kms * @title: KMS
* @include: igt_kms.h * @include: igt_kms.h
* *
* This library provides support to enumerate and set modeset configurations. * This library provides support to enumerate and set modeset configurations.

View File

@ -47,7 +47,7 @@
/** /**
* SECTION:intel_batchbuffer * SECTION:intel_batchbuffer
* @short_description: Batchbuffer and blitter support * @short_description: Batchbuffer and blitter support
* @title: intel batchbuffer * @title: Batch Buffer
* @include: intel_batchbuffer.h * @include: intel_batchbuffer.h
* *
* This library provides some basic support for batchbuffers and using the * This library provides some basic support for batchbuffers and using the

View File

@ -44,7 +44,7 @@
/** /**
* SECTION:intel_chipset * SECTION:intel_chipset
* @short_description: Feature macros and chipset helpers * @short_description: Feature macros and chipset helpers
* @title: intel chipset * @title: Chipset
* @include: intel_chipset.h * @include: intel_chipset.h
* *
* This library mostly provides feature macros which use raw pci device ids. It * This library mostly provides feature macros which use raw pci device ids. It

View File

@ -49,7 +49,7 @@
/** /**
* SECTION:intel_io * SECTION:intel_io
* @short_description: Register access and sideband I/O libraray * @short_description: Register access and sideband I/O libraray
* @title: intel io * @title: I/O
* @include: intel_io.h * @include: intel_io.h
* *
* This library provides register I/O helpers in both a basic version and a more * This library provides register I/O helpers in both a basic version and a more