summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Lespiau <damien.lespiau@intel.com>2015-06-26 14:28:41 +0100
committerDamien Lespiau <damien.lespiau@intel.com>2015-06-27 16:04:07 +0100
commit6ebd8c2dc3291bd5776a0511e61a019a1444497f (patch)
treefa92b3098dded5097c7ce85e0793cb837e8733f6
parent203c3841fc6bf9bd2b71ff9ce8e86874375eec1e (diff)
doc: Remove i-g-t/intel prefixes and capitalize section titles
Looks better! Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
-rw-r--r--lib/igt_aux.c2
-rw-r--r--lib/igt_core.c2
-rw-r--r--lib/igt_debugfs.c2
-rw-r--r--lib/igt_draw.c2
-rw-r--r--lib/igt_fb.c2
-rw-r--r--lib/igt_gt.c2
-rw-r--r--lib/igt_kms.c2
-rw-r--r--lib/intel_batchbuffer.c2
-rw-r--r--lib/intel_chipset.c2
-rw-r--r--lib/intel_mmio.c2
10 files changed, 10 insertions, 10 deletions
diff --git a/lib/igt_aux.c b/lib/igt_aux.c
index 5392e1a1..cf133227 100644
--- a/lib/igt_aux.c
+++ b/lib/igt_aux.c
@@ -62,7 +62,7 @@
/**
* SECTION:igt_aux
* @short_description: Auxiliary libraries and support functions
- * @title: i-g-t aux
+ * @title: aux
* @include: igt_aux.h
*
* This library provides various auxiliary helper functions that don't really
diff --git a/lib/igt_core.c b/lib/igt_core.c
index 735b56db..fb6246cf 100644
--- a/lib/igt_core.c
+++ b/lib/igt_core.c
@@ -74,7 +74,7 @@
/**
* SECTION:igt_core
* @short_description: Core i-g-t testing support
- * @title: i-g-t core
+ * @title: Core
* @include: igt_core.h
*
* This library implements the core of the i-g-t test support infrastructure.
diff --git a/lib/igt_debugfs.c b/lib/igt_debugfs.c
index 7319f2b1..d4a48c54 100644
--- a/lib/igt_debugfs.c
+++ b/lib/igt_debugfs.c
@@ -42,7 +42,7 @@
/**
* SECTION:igt_debugfs
* @short_description: Support code for debugfs features
- * @title: i-g-t debugfs
+ * @title: debugfs
* @include: igt_debugfs.h
*
* This library provides helpers to access debugfs features. On top of some
diff --git a/lib/igt_draw.c b/lib/igt_draw.c
index fb9294d8..2210f773 100644
--- a/lib/igt_draw.c
+++ b/lib/igt_draw.c
@@ -35,7 +35,7 @@
/**
* SECTION:igt_draw
* @short_description: drawing helpers for tests
- * @title: i-g-t draw
+ * @title: Draw
* @include: igt_draw.h
*
* This library contains some functions for drawing rectangles on buffers using
diff --git a/lib/igt_fb.c b/lib/igt_fb.c
index cc4b8ee0..076f4168 100644
--- a/lib/igt_fb.c
+++ b/lib/igt_fb.c
@@ -36,7 +36,7 @@
/**
* SECTION:igt_fb
* @short_description: Framebuffer handling and drawing library
- * @title: i-g-t framebuffer
+ * @title: Framebuffer
* @include: igt_fb.h
*
* This library contains helper functions for handling kms framebuffer objects
diff --git a/lib/igt_gt.c b/lib/igt_gt.c
index 1dcc3c3b..8e5e076a 100644
--- a/lib/igt_gt.c
+++ b/lib/igt_gt.c
@@ -40,7 +40,7 @@
/**
* SECTION:igt_gt
* @short_description: GT support library
- * @title: i-g-t gt
+ * @title: GT
* @include: igt_gt.h
*
* This library provides various auxiliary helper functions to handle general
diff --git a/lib/igt_kms.c b/lib/igt_kms.c
index f5670e06..ffacef1f 100644
--- a/lib/igt_kms.c
+++ b/lib/igt_kms.c
@@ -177,7 +177,7 @@ const unsigned char* igt_kms_get_base_edid(void)
/**
* SECTION:igt_kms
* @short_description: Kernel modesetting support library
- * @title: i-g-t kms
+ * @title: KMS
* @include: igt_kms.h
*
* This library provides support to enumerate and set modeset configurations.
diff --git a/lib/intel_batchbuffer.c b/lib/intel_batchbuffer.c
index 8b68e525..a2e502f1 100644
--- a/lib/intel_batchbuffer.c
+++ b/lib/intel_batchbuffer.c
@@ -47,7 +47,7 @@
/**
* SECTION:intel_batchbuffer
* @short_description: Batchbuffer and blitter support
- * @title: intel batchbuffer
+ * @title: Batch Buffer
* @include: intel_batchbuffer.h
*
* This library provides some basic support for batchbuffers and using the
diff --git a/lib/intel_chipset.c b/lib/intel_chipset.c
index 3b3e03bc..c0926287 100644
--- a/lib/intel_chipset.c
+++ b/lib/intel_chipset.c
@@ -44,7 +44,7 @@
/**
* SECTION:intel_chipset
* @short_description: Feature macros and chipset helpers
- * @title: intel chipset
+ * @title: Chipset
* @include: intel_chipset.h
*
* This library mostly provides feature macros which use raw pci device ids. It
diff --git a/lib/intel_mmio.c b/lib/intel_mmio.c
index b16a35d9..45e9171c 100644
--- a/lib/intel_mmio.c
+++ b/lib/intel_mmio.c
@@ -49,7 +49,7 @@
/**
* SECTION:intel_io
* @short_description: Register access and sideband I/O libraray
- * @title: intel io
+ * @title: I/O
* @include: intel_io.h
*
* This library provides register I/O helpers in both a basic version and a more