[cairo-commit] 2 commits - doc/public src/cairo-xlib-surface.c

Uli Schlachter psychon at kemper.freedesktop.org
Mon Apr 16 12:57:25 PDT 2012


 doc/public/cairo-docs.xml |    3 +++
 src/cairo-xlib-surface.c  |    2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

New commits:
commit 905a88bf517bdc1b110587551ea7f1739bd90627
Author: Nis Martensen <nis.martensen at web.de>
Date:   Fri Apr 13 20:22:59 2012 +0200

    doc: add missing chapters
    
    Signed-off-by: Uli Schlachter <psychon at znc.in>

diff --git a/doc/public/cairo-docs.xml b/doc/public/cairo-docs.xml
index b2182f1..baf844c 100644
--- a/doc/public/cairo-docs.xml
+++ b/doc/public/cairo-docs.xml
@@ -17,6 +17,7 @@
     <xi:include href="xml/cairo-region.xml"/>
     <xi:include href="xml/cairo-transforms.xml"/>
     <xi:include href="xml/cairo-text.xml"/>
+    <xi:include href="xml/cairo-raster-source.xml"/>
   </chapter>
   <chapter id="cairo-fonts">
     <title>Fonts</title>
@@ -44,6 +45,8 @@
     <!--xi:include href="xml/cairo-quartz-image.xml"/-->
     <xi:include href="xml/cairo-xcb.xml"/>
     <xi:include href="xml/cairo-xlib.xml"/>
+    <xi:include href="xml/cairo-xlib-xrender.xml"/>
+    <xi:include href="xml/cairo-script.xml"/>
   </chapter>
   <chapter id="cairo-support">
     <title>Utilities</title>
commit 80d1e68bb31be030f8102f28545bb622fa2050d8
Author: Nis Martensen <nis.martensen at web.de>
Date:   Fri Apr 13 20:36:03 2012 +0200

    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 at znc.in>

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
  *


More information about the cairo-commit mailing list