[Intel-gfx] [PATCH i-g-t 02/18] doc: Remove i-g-t/intel prefixes and capitalize section titles

Damien Lespiau damien.lespiau at intel.com
Sat Jun 27 08:08:00 PDT 2015


Looks better!

Signed-off-by: Damien Lespiau <damien.lespiau at intel.com>
---
 lib/igt_aux.c           | 2 +-
 lib/igt_core.c          | 2 +-
 lib/igt_debugfs.c       | 2 +-
 lib/igt_draw.c          | 2 +-
 lib/igt_fb.c            | 2 +-
 lib/igt_gt.c            | 2 +-
 lib/igt_kms.c           | 2 +-
 lib/intel_batchbuffer.c | 2 +-
 lib/intel_chipset.c     | 2 +-
 lib/intel_mmio.c        | 2 +-
 10 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/lib/igt_aux.c b/lib/igt_aux.c
index 5392e1a..cf13322 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 735b56d..fb6246c 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 7319f2b..d4a48c5 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 fb9294d..2210f77 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 cc4b8ee..076f416 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 1dcc3c3..8e5e076 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 f5670e0..ffacef1 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 8b68e52..a2e502f 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 3b3e03b..c092628 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 b16a35d..45e9171 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
-- 
2.1.0



More information about the Intel-gfx mailing list