[cairo-commit] cairo/src cairo.c,1.95,1.96

Carl Worth commit at pdx.freedesktop.org
Sun May 22 11:12:48 PDT 2005


Committed by: cworth

Update of /cvs/cairo/cairo/src
In directory gabe:/tmp/cvs-serv17917/src

Modified Files:
	cairo.c 
Log Message:
        * src/cairo.c (cairo_create): Protect less-than and greater-than
        symbols in documentation string.


Index: cairo.c
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo.c,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -d -r1.95 -r1.96
--- cairo.c	22 May 2005 16:08:23 -0000	1.95
+++ cairo.c	22 May 2005 18:12:46 -0000	1.96
@@ -81,7 +81,7 @@
  * default values and with @target as a target surface. The target
  * surface should be constructed with a backend-specific function such
  * as cairo_image_surface_create (or any other
- * cairo_<backend>_surface_create variant).
+ * cairo_&lt;backend&gt;_surface_create variant).
  *
  * This function references @target, so you can immediately
  * call cairo_surface_destroy() on it if you don't need to




More information about the cairo-commit mailing list