[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
- Previous message: [cairo-commit] cairo ChangeLog,1.611,1.612
- Next message: [cairo-commit] cairo/doc/public/tmpl cairo-atsui.sgml, 1.2,
1.3 cairo-pdf.sgml, 1.6, 1.7 cairo-ps.sgml, 1.3,
1.4 cairo-xcb.sgml, 1.4, 1.5 cairo-xlib.sgml, 1.7,
1.8 cairo.sgml, 1.14, 1.15
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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_<backend>_surface_create variant).
*
* This function references @target, so you can immediately
* call cairo_surface_destroy() on it if you don't need to
- Previous message: [cairo-commit] cairo ChangeLog,1.611,1.612
- Next message: [cairo-commit] cairo/doc/public/tmpl cairo-atsui.sgml, 1.2,
1.3 cairo-pdf.sgml, 1.6, 1.7 cairo-ps.sgml, 1.3,
1.4 cairo-xcb.sgml, 1.4, 1.5 cairo-xlib.sgml, 1.7,
1.8 cairo.sgml, 1.14, 1.15
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cairo-commit
mailing list