From 938ce9707a658f22f5578239d663dd26406f7e42 Mon Sep 17 00:00:00 2001 From: Nis Martensen Date: Fri, 13 Apr 2012 20:36:03 +0200 Subject: [PATCH 1/2] doc: do not use / in section title The Title: field is used to determine the file name of the generated html. Due to the slash a subdirectory is created and all relative links in the generated file are broken. Use a hyphen instead. --- src/cairo-xlib-surface.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/cairo-xlib-surface.c b/src/cairo-xlib-surface.c index 8f77eff..489e52d 100644 --- a/src/cairo-xlib-surface.c +++ b/src/cairo-xlib-surface.c @@ -138,7 +138,7 @@ _x_bread_crumb (Display *dpy, /** * SECTION:cairo-xlib-xrender - * @Title: XLib/XRender Backend + * @Title: XLib-XRender Backend * @Short_Description: X Window System rendering using XLib and the X Render extension * @See_Also: #cairo_surface_t * -- 1.7.2.5