diff options
author | Nis Martensen <nis.martensen@web.de> | 2012-04-13 20:36:03 +0200 |
---|---|---|
committer | Uli Schlachter <psychon@znc.in> | 2012-04-16 21:55:18 +0200 |
commit | 80d1e68bb31be030f8102f28545bb622fa2050d8 (patch) | |
tree | 6668f2838f7c8cde4adb975d90f1e1937a867412 | |
parent | 40d6c580cd029f3d330ba28a7728ff36498920cb (diff) |
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>
-rw-r--r-- | 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 8f77effd..489e52d2 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 * |