summaryrefslogtreecommitdiff
path: root/src/cairo-xlib-surface.c
diff options
context:
space:
mode:
authorNis Martensen <nis.martensen@web.de>2012-04-13 20:36:03 +0200
committerUli Schlachter <psychon@znc.in>2012-04-16 21:55:18 +0200
commit80d1e68bb31be030f8102f28545bb622fa2050d8 (patch)
tree6668f2838f7c8cde4adb975d90f1e1937a867412 /src/cairo-xlib-surface.c
parent40d6c580cd029f3d330ba28a7728ff36498920cb (diff)
downloadcairo-80d1e68bb31be030f8102f28545bb622fa2050d8.tar.gz
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. Signed-off-by: Uli Schlachter <psychon@znc.in>
Diffstat (limited to 'src/cairo-xlib-surface.c')
-rw-r--r--src/cairo-xlib-surface.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cairo-xlib-surface.c b/src/cairo-xlib-surface.c
index 8f77effdb..489e52d20 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
*