[Intel-gfx] [PATCH i-g-t] docs: override section id to avoid '/' in filenames

Thomas Wood thomas.wood at intel.com
Mon Jun 29 05:51:22 PDT 2015


The section id is generated from the section title and is used to create
the html output filename, which therefore causes problems if it includes
a '/' character.

Cc: Damien Lespiau <damien.lespiau at intel.com>
Signed-off-by: Thomas Wood <thomas.wood at intel.com>
---
 lib/intel_mmio.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/intel_mmio.c b/lib/intel_mmio.c
index 76b5e70..e6dd493 100644
--- a/lib/intel_mmio.c
+++ b/lib/intel_mmio.c
@@ -51,6 +51,7 @@
  * @short_description: Register access and sideband I/O library
  * @title: I/O
  * @include: intel_io.h
+ * @section_id: intel-gpu-tools-IO
  *
  * This library provides register I/O helpers in both a basic version and a more
  * fancy version which also handles forcewake and can optionally check registers
-- 
2.4.2



More information about the Intel-gfx mailing list